From a2a0d05662961e9d59fe2ddf9026319d53022ac0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 17 Mar 2014 11:00:32 +0000 Subject: [PATCH] readelf -s test: Skip extra symbols produced by MSP430 assembler. * binutils-all/readelf.ss: Add skip of MSP430 defined symbols. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/readelf.ss | 2 ++ 2 files changed, 6 insertions(+) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 26091ec806..aaea28d131 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-17 Nick Clifton + + * binutils-all/readelf.ss: Add skip of MSP430 defined symbols. + 2014-01-29 Nick Clifton PR binutils/16318 diff --git a/binutils/testsuite/binutils-all/readelf.ss b/binutils/testsuite/binutils-all/readelf.ss index 9bb0f2ed6c..e9ab3ef38a 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. +#... -- 2.34.1