diff options
author | 2012-08-13 14:52:54 +0000 | |
---|---|---|
committer | 2012-08-13 14:52:54 +0000 | |
commit | a06ea96464a2928865beb2ac6f12deb0464bfcd7 (patch) | |
tree | 5af98be87fc6e7ea4e8197c241698b97cceeafb8 /ld/testsuite/ld-shared | |
parent | * value.c (show_convenience): Tweak comment. (diff) | |
download | binutils-gdb-a06ea96464a2928865beb2ac6f12deb0464bfcd7.tar.gz binutils-gdb-a06ea96464a2928865beb2ac6f12deb0464bfcd7.tar.bz2 binutils-gdb-a06ea96464a2928865beb2ac6f12deb0464bfcd7.zip |
Add support for 64-bit ARM architecture: AArch64
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index 7ec304b0a5b..07fc88158ae 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -57,6 +57,7 @@ if { ![istarget hppa*64*-*-hpux*] \ && ![istarget rs6000*-*-aix*] \ && ![istarget powerpc*-*-aix*] \ && ![istarget s390*-*-linux*] \ + && ![istarget aarch64*-*-linux*] \ && ![istarget x86_64-*-linux*] } { return } |