Cope with extra symbols inserted by arm-elf toolchains
This commit is contained in:
parent
47a9f7b34f
commit
2abe3c6ccd
4 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-04-23 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/symver/symver1.d: Cope with extra symbols inserted by
|
||||
arm-elf toolchains.
|
||||
* gas/symver/symver0.d: Likewise
|
||||
* gas/elf/symver.d: Likewise.
|
||||
|
||||
2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* gas/sh/pcrel2.d: Update.
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
# The #... and #pass are there to match extra symbols inserted by
|
||||
# some toolchains, eg the mips-elf port will add .reginfo and .ptrd
|
||||
# and the arm-elf toolchain will add $d.
|
||||
|
||||
dump.o: file format .*
|
||||
|
||||
|
@ -13,5 +14,6 @@ SYMBOL TABLE:
|
|||
0+000 l.*d.*\.bss.*0+000.*
|
||||
#...
|
||||
0+000 l.*O.*\.data.*0+004 x
|
||||
#...
|
||||
0+000 l.*O.*\.data.*0+004 x@VERS\.0
|
||||
#pass
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#nm: -n
|
||||
#name: symver symver0
|
||||
#
|
||||
# The #... and #pass are there to match extra symbols inserted by
|
||||
# some toolchains, eg arm-elf toolchain will add $d.
|
||||
|
||||
[ ]+U foo@version1
|
||||
#...
|
||||
0+0000000 D foo1
|
||||
0+00000.. d L_foo1
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
#nm: -n
|
||||
#name: symver symver1
|
||||
#
|
||||
# The #... and #pass are there to match extra symbols inserted by
|
||||
# some toolchains, eg arm-elf toolchain will add $d.
|
||||
|
||||
[ ]+U foo@version1
|
||||
#...
|
||||
0+0000000 D foo1@@version1
|
||||
0+00000.. d L_foo1
|
||||
0+00000.. D foo2
|
||||
|
|
Loading…
Add table
Reference in a new issue