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 26091ec80697052f5126fe81c5b4ebd102898f95..aaea28d131efd17e1d2eb9e60a28af4fa08e230e 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 9bb0f2ed6c5918031fb2adcacb2f3ef695d20169..e9ab3ef38a067e583642e9e183badb920361d455 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.
+#...
This page took 0.026206 seconds and 4 git commands to generate.