This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[Patch]: Remove dwarf2 pseudo from tc-mep.c md_pseudo_table
- From: Tristan Gingold <gingold at adacore dot com>
- To: Binutils <binutils at sourceware dot org>
- Date: Wed, 28 Oct 2009 17:06:00 +0100
- Subject: [Patch]: Remove dwarf2 pseudo from tc-mep.c md_pseudo_table
Hi,
mep is also an elf-only platform that duplicates dwarf2 pseudo in tc-
mep.c md_pseudo_table.
Ok for trunk ?
(No regressions with:
=== binutils Summary ===
# of expected passes 53
# of unexpected failures 1
# of untested testcases 10
# of unsupported tests 2
FAIL: allinsn
FAIL: dj1
FAIL: dj2
FAIL: gas/mep/branch1
=== gas Summary ===
# of expected passes 114
# of unexpected failures 4
# of expected failures 1
=== ld Summary ===
# of expected passes 135
# of expected failures 8
# of untested testcases 12
# of unsupported tests 3
)
Tristan.
gas/
2009-10-28 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
Index: config/tc-mep.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mep.c,v
retrieving revision 1.14
diff -c -r1.14 tc-mep.c
*** config/tc-mep.c 2 Sep 2009 07:24:20 -0000 1.14
--- config/tc-mep.c 28 Oct 2009 16:04:33 -0000
***************
*** 80,87 ****
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 },
--- 80,85 ----