readelf -s test: Skip extra symbols produced by MSP430 assembler.

* binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
This commit is contained in:
Nick Clifton 2014-03-17 11:00:32 +00:00
parent 167e1c1f1f
commit a2a0d05662
2 changed files with 6 additions and 0 deletions

View 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

View 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.
#...