* ldgram.y: Add ALIGN_WITH_INPUT output section attribute.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / defined4.t
CommitLineData
abd4c01a
L
1SECTIONS {
2 .text : { *(.text) }
3 .data : { *(.data) }
4 .bss : { *(.bss) *(COMMON) }
5}
6defined1 = defined;
This page took 0.161354 seconds and 4 git commands to generate.