Re: PowerPC notoc call stub tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-pcrel-r6.ld
1 SECTIONS
2 {
3 x1 = 0x10000001; /* lower and far */
4 x2 = 0x3ffff000; /* lower and near */
5 . = 0x40000000;
6 .text : { *(.text) }
7 x3 = 0x4000f000; /* high and near */
8 x4 = 0x80000001; /* high and far */
9 }
This page took 0.036048 seconds and 4 git commands to generate.