Correct mingw target select
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script3.d
index b41dcbf0a3b9c7c2b118d28910d73d3302fcc8ac..43164bddc760c662a1e146cdb950657a8f269ff4 100644 (file)
@@ -1,9 +1,11 @@
 # source: default-script.s
-# ld: -defsym _START=0x8000000 -dT default-script.t
+# ld: -defsym _START=0x800 -dT default-script.t
 # nm: -n
+# skip: x86_64-*-mingw* 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*800 T text
 #pass
This page took 0.024123 seconds and 4 git commands to generate.