aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/default-script1.d
blob: 110b30e3449ab97d8b4529817c4b6ed28c045ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# source: default-script.s
# ld: -defsym _START=0x800 -T 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*800 . _START
#...
0*800 T text
#pass