Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-scripts / assign-loc.t
blobe8c5102438fa8aaf685966be23202af429acd7c6
1 SECTIONS
3   . = 0x2000 ;
5   _start = .;
7   HEAP_SIZE = 0x100;
9   .heap : {
10     . = HEAP_SIZE;
11     . = ALIGN(4);
12   }
14   _end = .;
16   /DISCARD/ : { *(*) }