* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / scriptm.t
CommitLineData
62a72a56
ILT
1* MRI script
2sect .text = $100 ; .text start address
3sect .data = 1000h ; .data start address
4public text_start = $100
5public text_end = # continuation line
6 text_start + 4
7public data_start = 1000h
8public data_end = data_start + 4
9
10load tmpdir/script.o
This page took 0.124204 seconds and 4 git commands to generate.