Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / lib / ld-lib.exp
index 0444a38e32a1efa921cdcfcda62b4cfa600a2550..bb4cb0da500ee13163a6f4c3cb3c1cdcb02a1227 100644 (file)
@@ -1500,7 +1500,8 @@ proc check_gc_sections_available { } {
     if {![info exists gc_sections_available_saved]} {
        # Some targets don't support gc-sections despite whatever's
        # advertised by ld's options.
-       if {[istarget arc-*-*]
+       if {[istarget aarch64*-*-*]
+            || [istarget arc-*-*]
             || [istarget d30v-*-*]
             || [istarget dlx-*-*]
             || [istarget i960-*-*]
This page took 0.035792 seconds and 4 git commands to generate.