diff options
author | Ramana Radhakrishnan <ramana.r@gmail.com> | 2013-04-08 09:41:52 +0000 |
---|---|---|
committer | Ramana Radhakrishnan <ramana.r@gmail.com> | 2013-04-08 09:41:52 +0000 |
commit | 6b5d81517f8086279c94d912b7960339a77668e3 (patch) | |
tree | 15092dc312013beda0f786c6018d9067a71cc07d /ld | |
parent | 73f91bba7b4c858984c8bb92547d10f6785d2aea (diff) | |
download | gdb-6b5d81517f8086279c94d912b7960339a77668e3.zip gdb-6b5d81517f8086279c94d912b7960339a77668e3.tar.gz gdb-6b5d81517f8086279c94d912b7960339a77668e3.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-got-relocs.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-tls-relocs.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 842743a..b105b52 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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> * ld-elf/shared.exp: Update regexp on --no-add-needed and diff --git a/ld/testsuite/ld-aarch64/gc-got-relocs.d b/ld/testsuite/ld-aarch64/gc-got-relocs.d index c636fbf..0944b06 100644 --- a/ld/testsuite/ld-aarch64/gc-got-relocs.d +++ b/ld/testsuite/ld-aarch64/gc-got-relocs.d @@ -9,7 +9,7 @@ # After gc-section removal we are cheking that symbol does not exit # got section is empty and text section contains only start function. -.*: file format elf64-littleaarch64 +.*: file format elf64-(little|big)aarch64 SYMBOL TABLE: 0+8000 l d \.text 0+ \.text diff --git a/ld/testsuite/ld-aarch64/gc-tls-relocs.d b/ld/testsuite/ld-aarch64/gc-tls-relocs.d index 50d23e5..d6c8740 100644 --- a/ld/testsuite/ld-aarch64/gc-tls-relocs.d +++ b/ld/testsuite/ld-aarch64/gc-tls-relocs.d @@ -10,7 +10,7 @@ # After gc-section removal we are cheking that symbols does not exit # got section is empty and text section contains only start function. -.*: file format elf64-littleaarch64 +.*: file format elf64-(little|big)aarch64 SYMBOL TABLE: 0+8000 l d \.text 0+ \.text |