This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[Patch] Remove dwarf2 pseudo from tc-m32c.c md_pseudo_table
- From: Tristan Gingold <gingold at adacore dot com>
- To: Binutils <binutils at sourceware dot org>
- Date: Wed, 28 Oct 2009 16:53:50 +0100
- Subject: [Patch] Remove dwarf2 pseudo from tc-m32c.c md_pseudo_table
Hi,
m32c is also an elf-only platform that duplicates the dwarf2 pseudos.
This patch removes them.
Ok for trunk ?
(No regressions:
=== binutils Summary ===
# of expected passes 54
# of untested testcases 10
# of unsupported tests 2
=== gas Summary ===
# of expected passes 102
# of unsupported tests 3
FAIL: ld-elf/merge
FAIL: ld-elf/merge2
FAIL: ld-scripts/empty-address-2a
FAIL: ld-scripts/empty-address-2b
FAIL: ld-scripts/empty-address-3a
FAIL: ld-scripts/empty-address-3b
FAIL: ld-scripts/empty-address-3c
=== ld Summary ===
# of expected passes 136
# of unexpected failures 7
# of expected failures 5
# of untested testcases 22
# of unsupported tests 3
)
Tristan.
gas/
2009-10-28 Tristan Gingold <gingold@adacore.com>
* config/tc-m32c.c (md_pseudo_table): Remove dwarf2 debug pseudo
as they are already defined in obj-elf.c
RCS file: /cvs/src/src/gas/config/tc-m32c.c,v
retrieving revision 1.21
diff -c -r1.21 tc-m32c.c
*** config/tc-m32c.c 2 Sep 2009 07:24:20 -0000 1.21
--- config/tc-m32c.c 28 Oct 2009 15:46:12 -0000
***************
*** 159,167 ****
{ "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 }
};
--- 159,164 ----