diff options
author | Nick Clifton <nickc@redhat.com> | 2009-08-17 09:17:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-08-17 09:17:42 +0000 |
commit | 3f73820325aaf8036db4e2b8dbabf530d6026a10 (patch) | |
tree | 22761fa9fca3d386bd06c1441dca227bf7007df5 /binutils | |
parent | e23c5ac057d83e7a93c3a740f0319fe086e44e9c (diff) | |
download | gdb-3f73820325aaf8036db4e2b8dbabf530d6026a10.zip gdb-3f73820325aaf8036db4e2b8dbabf530d6026a10.tar.gz gdb-3f73820325aaf8036db4e2b8dbabf530d6026a10.tar.bz2 |
* binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
of the UNIQUE symbol.
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 4579172..798ec93 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-08-17 Nick Clifton <nickc@redhat.com> + + * binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type + of the UNIQUE symbol. + 2009-08-07 Daniel Jacobowitz <dan@codesourcery.com> * binutils-all/testranges.s: Use %progbits. Use ";#" for comments. diff --git a/binutils/testsuite/binutils-all/strip-10.d b/binutils/testsuite/binutils-all/strip-10.d index 4476454..1f5e4a3 100644 --- a/binutils/testsuite/binutils-all/strip-10.d +++ b/binutils/testsuite/binutils-all/strip-10.d @@ -5,4 +5,4 @@ #name: strip on STB_GNU_UNIQUE #... -[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+OBJECT[ ]+UNIQUE DEFAULT[ ]+[1-9] foo +[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+OBJECT[ ]+(UNIQUE|<OS specific>: 10) DEFAULT[ ]+[1-9] foo |