Fix the binutils readelf.ss test for the AArch64 target.
* binutils-all/readelf.ss-64: Move possible location of the $d mapping symbol.
This commit is contained in:
parent
15c7659fd1
commit
4295609462
|
@ -1,3 +1,8 @@
|
|||
2015-04-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* binutils-all/readelf.ss-64: Move possible location of the $d
|
||||
mapping symbol.
|
||||
|
||||
2015-03-26 Renlin Li <renlin.li@arm.com>
|
||||
|
||||
* binutils-all/readelf.s-64: Support aarch64 case.
|
||||
|
|
|
@ -9,6 +9,8 @@ Symbol table '.symtab' contains .* entries:
|
|||
# aarch64-elf targets add the $d mapping symbol here...
|
||||
#...
|
||||
+.: 0000000000000000 +0 +NOTYPE +LOCAL +DEFAULT +3 static_data_symbol
|
||||
# ... or here ...
|
||||
#...
|
||||
.* +.: 0000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 text_symbol
|
||||
+.: 0000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +UND external_symbol
|
||||
+.: 0000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +3 data_symbol
|
||||
|
|
Loading…
Reference in New Issue