Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-mep / mep1.ld
blobd0a41043b62749af5b24d45ea7e3d26562882f1c
1 SECTIONS
3   /* This is beyond the normal range of a PCREL24 (bsr) relocation.  */
4   . = 0x100000;
5   .text1 : { *(.text1) }
6   . = 0x900000;
7   .text2 : { *(.text2) }