Make the objfile constructor private
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mep / mep1.ld
CommitLineData
19d9b7d3
DB
1SECTIONS
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.545334 seconds and 4 git commands to generate.