xgate testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / lib / ld-lib.exp
index 1c313c875178317ae45b7ec3b2f5dc939ef4d4ca..5880c678428375d69a1284bc0fc54fa75250c862 100644 (file)
@@ -1839,15 +1839,16 @@ 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 d30v-*-*]
+       if {   [istarget alpha-*-*]
+           || [istarget d30v-*-*]
            || [istarget dlx-*-*]
-           || [istarget pj*-*-*]
-           || [istarget pru*-*-*]
-           || [istarget alpha-*-*]
            || [istarget hppa*64-*-*]
            || [istarget ia64-*-*]
            || [istarget mep-*-*]
-           || [istarget mn10200-*-*] } {
+           || [istarget mn10200-*-*]
+           || [istarget pj*-*-*]
+           || [istarget pru*-*-*]
+           || [istarget xgate-*-*] } {
            set gc_sections_available_saved 0
            return 0
        }
@@ -1902,7 +1903,8 @@ proc is_generic_elf { } {
         || [istarget "moxie-*-*"]
         || [istarget "msp430-*-*"]
         || [istarget "mt-*-*"]
-        || [istarget "pj*-*-*"] } {
+        || [istarget "pj*-*-*"]
+        || [istarget "xgate-*-*"] } {
        return 1;
     }
     return 0;
This page took 0.023505 seconds and 4 git commands to generate.