forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
#...
|
||||
|
||||
Reference in New Issue
Block a user