Commit: MSP430: Fix failure in binutils testsuite
Nick Clifton
nickc@redhat.com
Mon Mar 17 11:03:00 GMT 2014
Hi Guys,
I am checking in the patch below to fix a failure for the MSP430 in the
binutils "readelf -s" test. The problem was that the MSP430
assembler defines an extra symbol which the test was not expecting.
Cheers
Nick
binutils/testsuite/ChangeLog
2014-03-17 Nick Clifton <nickc@redhat.com>
* binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
--- a/binutils/testsuite/binutils-all/readelf.ss
+++ b/binutils/testsuite/binutils-all/readelf.ss
@@ -16,3 +16,5 @@ Symbol table '.symtab' contains .* entries:
+..: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +UND external_symbol
+..: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +[34] data_symbol
+..: 00000004 +4 +(COMMON|OBJECT) +GLOBAL +DEFAULT +(COM|ANSI_COM) common_symbol
+# The MSP430 adds special crt0 symbols here.
+#...
More information about the Binutils
mailing list