From 342df9df2426b93b1b218848224a26f387c37ecd Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 28 Jan 2014 13:33:29 +0000 Subject: [PATCH] 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 this patch updates the expected output. PR binutils/16318 * binutils-all/strip-10.d: Allow "System V" in the osabi field. --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/strip-10.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 45defafe458..4294f813667 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-01-28 Nick Clifton + + PR binutils/16318 + * binutils-all/strip-10.d: Allow "System V" in the osabi field. + 2013-12-20 Nick Clifton PR binutils/16218 diff --git a/binutils/testsuite/binutils-all/strip-10.d b/binutils/testsuite/binutils-all/strip-10.d index f4cf76d2032..949bc679c38 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|: 10) +DEFAULT +[1-9] foo -- 2.30.2