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: Fix binutils strip test


Hi Guys,

  A recent change to the BFD library has meant that the osabi field in
  ELF headers will be copied from input files.  This in turn has broken
  the strip-10 test in the binutils testsuite, so I am applying the
  patch below to fix the problem.

Cheers
  Nick

binutils/testsuite/ChangeLog
2014-01-28  Nick Clifton  <nickc@redhat.com>

	PR binutils/16318
	* binutils-all/strip-10.d: Allow "System V" in the osabi field.

diff --git a/binutils/testsuite/binutils-all/strip-10.d b/binutils/testsuite/binutils
index f4cf76d..949bc67 100644
--- a/binutils/testsuite/binutils-all/strip-10.d
+++ b/binutils/testsuite/binutils-all/strip-10.d
@@ -5,6 +5,6 @@
 #name: strip on STB_GNU_UNIQUE
 
 #...
-  OS/ABI:[ \t]+UNIX - GNU
+  OS/ABI:[ \t]+UNIX - (GNU|System V)
 #...
  +[0-9]+: +[0-9a-f]+ +[0-9]+ +OBJECT +(UNIQUE|<OS specific>: 10) +DEFAULT +[1-9] foo


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