* ldgram.y: Add ALIGN_WITH_INPUT output section attribute.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / scriptm.t
CommitLineData
252b5132
RH
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.631965 seconds and 4 git commands to generate.