Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script2.d
index 829718d8a9795a2b64576012ff5ebb5c01b19620..137cf09b5292abc3bf921c2e46dd1e7a790d931a 100644 (file)
@@ -1,9 +1,11 @@
 # source: default-script.s
-# ld: -T default-script.t -defsym _START=0x8000000
+# ld: -T default-script.t -defsym _START=0x800
 # nm: -n
+# skip: *-*-mingw64 x86_64-*-cygwin
+# Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
 
 #...
-0*8000000 . _START
+0*800 . _START
 #...
-0*8000000 T text
+0*900 T text
 #pass
This page took 0.04456 seconds and 4 git commands to generate.