mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Handle big-endian for some aarch64 tests
2013-04-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * ld-aarch64/gc-tls-relocs.d: Handle big endian format. * ld-aarch64/gc-got-relocs.d: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-04-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||||||
|
|
||||||
|
* ld-aarch64/gc-tls-relocs.d: Handle big endian format.
|
||||||
|
* ld-aarch64/gc-got-relocs.d: Likewise.
|
||||||
|
|
||||||
2013-04-04 Alan Modra <amodra@gmail.com>
|
2013-04-04 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ld-elf/shared.exp: Update regexp on --no-add-needed and
|
* ld-elf/shared.exp: Update regexp on --no-add-needed and
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# After gc-section removal we are cheking that symbol does not exit
|
# After gc-section removal we are cheking that symbol does not exit
|
||||||
# got section is empty and text section contains only start function.
|
# got section is empty and text section contains only start function.
|
||||||
|
|
||||||
.*: file format elf64-littleaarch64
|
.*: file format elf64-(little|big)aarch64
|
||||||
|
|
||||||
SYMBOL TABLE:
|
SYMBOL TABLE:
|
||||||
0+8000 l d \.text 0+ \.text
|
0+8000 l d \.text 0+ \.text
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# After gc-section removal we are cheking that symbols does not exit
|
# After gc-section removal we are cheking that symbols does not exit
|
||||||
# got section is empty and text section contains only start function.
|
# got section is empty and text section contains only start function.
|
||||||
|
|
||||||
.*: file format elf64-littleaarch64
|
.*: file format elf64-(little|big)aarch64
|
||||||
|
|
||||||
SYMBOL TABLE:
|
SYMBOL TABLE:
|
||||||
0+8000 l d \.text 0+ \.text
|
0+8000 l d \.text 0+ \.text
|
||||||
|
Reference in New Issue
Block a user