Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / 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) }