Don't write to inferior_ptid in gnu-nat.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / generic.ld
CommitLineData
40b36596
JM
1SECTIONS
2{
3 . = 0x80;
4 .data : { *(.data*) }
5 . = 0x10000000;
6 .text : { *(.text*) }
7 /DISCARD/ : { *(*) }
8}
This page took 0.4572 seconds and 4 git commands to generate.