mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
Cope with ARM mapping symbols
This commit is contained in:
parent
dc4c54bbd9
commit
d2093c1351
@ -1,3 +1,7 @@
|
||||
2004-05-15 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* binutils-all/readelf.ss: Allow for ARM mapping symbols.
|
||||
|
||||
2004-05-12 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* binutils-all/ar.exp: Remove stray semicolons.
|
||||
|
@ -6,7 +6,9 @@ Symbol table '.symtab' contains .* entries:
|
||||
2: 00000000 0 SECTION LOCAL DEFAULT 3
|
||||
3: 00000000 0 SECTION LOCAL DEFAULT 4
|
||||
4: 00000000 0 NOTYPE LOCAL DEFAULT 1 static_text_symbol
|
||||
5: 00000000 0 NOTYPE LOCAL DEFAULT 3 static_data_symbol
|
||||
# arm-elf targets add the $d mapping symbol here...
|
||||
#...
|
||||
.: 00000000 0 NOTYPE LOCAL DEFAULT 3 static_data_symbol
|
||||
# v850 targets include extra SECTION symbols here for the .call_table_data
|
||||
# and .call_table_text sections.
|
||||
#...
|
||||
|
Loading…
Reference in New Issue
Block a user