* config/tc-m32c.c (md_pseudo_table): Add support for .loc et al.
This commit is contained in:
parent
5a85c5216d
commit
801fb795a4
@ -1,3 +1,7 @@
|
||||
2008-11-26 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/tc-m32c.c (md_pseudo_table): Add support for .loc et al.
|
||||
|
||||
2008-11-25 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/tc-m32c.c (md_convert_frag): Fix ADJNZ reloc math.
|
||||
|
@ -159,6 +159,9 @@ const pseudo_typeS md_pseudo_table[] =
|
||||
{ "bss", s_bss, 0},
|
||||
{ "3byte", cons, 3 },
|
||||
{ "word", cons, 4 },
|
||||
{"file", (void (*) (int)) dwarf2_directive_file, 0},
|
||||
{"loc", dwarf2_directive_loc, 0},
|
||||
{"loc_mark_labels", dwarf2_directive_loc_mark_labels, 0},
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user