diff options
author | Nick Clifton <nickc@redhat.com> | 2014-01-28 13:33:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-01-28 13:33:29 +0000 |
commit | 342df9df2426b93b1b218848224a26f387c37ecd (patch) | |
tree | eec4aa119ee20071c7bd3928499757de59513dcb /binutils | |
parent | 1ade065130f80f4fef38468315d85a1e60a560db (diff) | |
download | gdb-342df9df2426b93b1b218848224a26f387c37ecd.zip gdb-342df9df2426b93b1b218848224a26f387c37ecd.tar.gz gdb-342df9df2426b93b1b218848224a26f387c37ecd.tar.bz2 |
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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-10.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 45defaf..4294f81 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-01-28 Nick Clifton <nickc@redhat.com> + + PR binutils/16318 + * binutils-all/strip-10.d: Allow "System V" in the osabi field. + 2013-12-20 Nick Clifton <nickc@redhat.com> PR binutils/16218 diff --git a/binutils/testsuite/binutils-all/strip-10.d b/binutils/testsuite/binutils-all/strip-10.d 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 |