Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script1.d
1 # source: default-script.s
2 # ld: -defsym _START=0x800 -T default-script.t
3 # nm: -n
4 # skip: *-*-mingw64 x86_64-*-cygwin
5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
6
7 #...
8 0*800 . _START
9 #...
10 0*800 T text
11 #pass
This page took 0.04777 seconds and 4 git commands to generate.