readelf -s test: Skip extra symbols produced by MSP430 assembler.
authorNick Clifton <nickc@redhat.com>
Mon, 17 Mar 2014 11:00:32 +0000 (11:00 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 17 Mar 2014 11:00:32 +0000 (11:00 +0000)
* binutils-all/readelf.ss: Add skip of MSP430 defined symbols.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/readelf.ss

index 26091ec..aaea28d 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-17  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
+
 2014-01-29  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/16318
index 9bb0f2e..e9ab3ef 100644 (file)
@@ -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.
+#...