This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Commit: MSP430: Fix failure in binutils testsuite


Hi Guys,

  I am checking in the patch below to fix a failure for the MSP430 in the
  binutils "readelf -s" test.  The problem was that the MSP430
  assembler defines  an extra symbol which the test was not expecting.

Cheers
  Nick

binutils/testsuite/ChangeLog
2014-03-17  Nick Clifton  <nickc@redhat.com>

	* binutils-all/readelf.ss: Add skip of MSP430 defined symbols.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]