This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[Patch] remove dwarf2 debug pseudo in tc-spu.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:25:55 +0100
- Subject: [Patch] remove dwarf2 debug pseudo in tc-spu.c md_pseudo_table
Hi,
spu is always use obj-elf.c, which defines dwarf2 debug pseudo. So
there is no need to redeclare them.
Ok for trunk ?
No regressions, make check results are:
=== binutils Summary ===
# of expected passes 54
# of untested testcases 10
# of unsupported tests 2
=== gas Summary ===
# of expected passes 106
FAIL: PHDRS headers 3a
=== ld Summary ===
# of expected passes 148
# of unexpected failures 1
# of expected failures 5
# of untested testcases 22
# of unsupported tests 3
Tristan.
gas/
2009-10-28 Tristan Gingold <gingold@adacore.com>
* config/tc-spu.c (md_pseudo_table): Remove dwarf2 debug pseudo
as they are already defined in obj-elf.c
Index: config/tc-spu.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-spu.c,v
retrieving revision 1.16
diff -c -r1.16 tc-spu.c
*** config/tc-spu.c 24 Jul 2009 19:51:27 -0000 1.16
--- config/tc-spu.c 28 Oct 2009 15:22:56 -0000
***************
*** 101,108 ****
/* 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}
};
--- 101,106 ----