* binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
of the UNIQUE symbol.
This commit is contained in:
parent
e23c5ac057
commit
3f73820325
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue