XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address.exp
index d71202a303695e5fa8c76a78f6db69b59d3181db..0bd45b98a9e8940cb7c6d4b96d3389c4b4703fcc 100644 (file)
@@ -22,6 +22,8 @@
 set old_LDFLAGS $LDFLAGS
 if { [is_pecoff_format] } then {
     set LDFLAGS "$LDFLAGS --image-base 0"
+} elseif { [is_xcoff_format] } then {
+    set LDFLAGS "$LDFLAGS -bnogc"
 }
 
 run_dump_test empty-address-1
This page took 0.023736 seconds and 4 git commands to generate.