+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.
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}
};
{ "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 }
};
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 },
/* 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}
};