[Patch] remove dwarf2 debug pseudo in tc-spu.c md_pseudo_table

Tristan Gingold gingold@adacore.com
Wed Oct 28 15:26:00 GMT 2009


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 ----



More information about the Binutils mailing list