aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-03-17 11:00:32 +0000
committerNick Clifton <nickc@redhat.com>2014-03-17 11:00:32 +0000
commita2a0d05662961e9d59fe2ddf9026319d53022ac0 (patch)
tree1ae1c895ff5d9ffb33e371f8f6fb9b38b13bf3fc /binutils/testsuite/binutils-all
parent167e1c1f1fde89cb29a9dae05a9c6cac5d27fdb2 (diff)
downloadgdb-a2a0d05662961e9d59fe2ddf9026319d53022ac0.zip
gdb-a2a0d05662961e9d59fe2ddf9026319d53022ac0.tar.gz
gdb-a2a0d05662961e9d59fe2ddf9026319d53022ac0.tar.bz2
readelf -s test: Skip extra symbols produced by MSP430 assembler.
* binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r--binutils/testsuite/binutils-all/readelf.ss2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.ss b/binutils/testsuite/binutils-all/readelf.ss
index 9bb0f2e..e9ab3ef 100644
--- 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.
+#...