Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / sbr.ld
CommitLineData
40b36596
JM
1EXTERN (__c6xabi_DSBT_BASE);
2SECTIONS
3{
4 . = 0x80;
5 .data : { PROVIDE_HIDDEN (__c6xabi_DSBT_BASE = .); *(.data*) }
6 . = 0x10000000;
7 .text : { *(.text*) }
8 /DISCARD/ : { *(*) }
9}
This page took 0.472931 seconds and 4 git commands to generate.