Make default compression gABI compliant
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mep / mep1.ld
1 SECTIONS
2 {
3 /* This is beyond the normal range of a PCREL24 (bsr) relocation. */
4 . = 0x100000;
5 .text1 : { *(.text1) }
6 . = 0x900000;
7 .text2 : { *(.text2) }
8 }
This page took 0.029632 seconds and 4 git commands to generate.