2009-10-29 Tristan Gingold <gingold@adacore.com>
* config/tc-mep.c (md_pseudo_table): Remove dwarf2 pseudo as they are already defined in obj-elf.c * config/tc-m32c.c (md_pseudo_table): Ditto. * config/tc-spu.c (md_pseudo_table): Ditto. * config/tc-avr.c (md_pseudo_table): Ditto.
This commit is contained in:
parent
ad0f2072a6
commit
1b31b9e34a
@ -1,3 +1,11 @@
|
||||
2009-10-29 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/tc-mep.c (md_pseudo_table): Remove dwarf2 debug pseudo
|
||||
as they are already defined in obj-elf.c
|
||||
* config/tc-m32c.c (md_pseudo_table): Ditto.
|
||||
* config/tc-spu.c (md_pseudo_table): Ditto.
|
||||
* config/tc-avr.c (md_pseudo_table): Ditto.
|
||||
|
||||
2009-10-29 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* doc/as.texinfo (Set): Delete incorrect HPPA para.
|
||||
|
@ -241,9 +241,6 @@ static void avr_set_arch (int);
|
||||
const pseudo_typeS md_pseudo_table[] =
|
||||
{
|
||||
{"arch", avr_set_arch, 0},
|
||||
{"file", (void (*) (int)) dwarf2_directive_file, 0},
|
||||
{"loc", dwarf2_directive_loc, 0},
|
||||
{"loc_mark_labels", dwarf2_directive_loc_mark_labels, 0},
|
||||
{ NULL, NULL, 0}
|
||||
};
|
||||
|
||||
|
@ -159,9 +159,6 @@ 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 }
|
||||
};
|
||||
|
||||
|
@ -80,8 +80,6 @@ static void mep_noregerr (int);
|
||||
const pseudo_typeS md_pseudo_table[] =
|
||||
{
|
||||
{ "word", cons, 4 },
|
||||
{ "file", (void (*) (int)) dwarf2_directive_file, 0 },
|
||||
{ "loc", dwarf2_directive_loc, 0 },
|
||||
{ "vliw", mep_switch_to_vliw_mode, 0 },
|
||||
{ "core", mep_switch_to_core_mode, 0 },
|
||||
{ "vtext", mep_s_vtext, 0 },
|
||||
|
@ -101,8 +101,6 @@ const pseudo_typeS md_pseudo_table[] =
|
||||
/* Likewise for eqv. */
|
||||
{"eqv", NULL, 0},
|
||||
{".eqv", s_set, -1},
|
||||
{"file", (void (*) (int)) dwarf2_directive_file, 0 },
|
||||
{"loc", dwarf2_directive_loc, 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user