mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
Fix PR18735 test for RL78.
* testsuite/ld-elf/pr18735.d: Allow for extra symbols between foo@FOO and bar@@FOO.
This commit is contained in:
parent
5a173c098a
commit
a4af960aef
@ -1,3 +1,8 @@
|
||||
2016-01-19 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* testsuite/ld-elf/pr18735.d: Allow for extra symbols between
|
||||
foo@FOO and bar@@FOO.
|
||||
|
||||
2016-01-18 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -4,6 +4,7 @@
|
||||
Symbol table '.symtab' contains .* entries:
|
||||
#...
|
||||
[ ]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +foo@FOO
|
||||
#...
|
||||
[ ]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +bar@@FOO
|
||||
[ ]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +foo
|
||||
[ ]*[0-9]+: [0-9a-fA-F]* +1 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +bar
|
||||
|
Loading…
Reference in New Issue
Block a user