tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / loadaddr.t
CommitLineData
8ee35d56
AM
1SECTIONS
2{
3 . = -0x7ff00000;
4 .text : {*(.text .text.*)}
5 . = ALIGN(64);
6 .foo : { *(.foo) }
7 . = ALIGN(8192);
8 .data : AT (ADDR(.data)) { *(.data) }
9 /DISCARD/ : { *(.*) }
10}
This page took 0.605638 seconds and 4 git commands to generate.