MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-page-4a.s
CommitLineData
13db6b44
RS
1 .section .rodata.cst4,"aM",@progbits,4
2 .set x,0x01000000
3 .set y,0x02000000
4 # Add the 16 values that the next input file wants, but in such
5 # a way that each one lives on a separate page.
6 .rept 15
7 .word y
8 .set y,y+1
9 .rept 0x4000
10 .word x
11 .set x,x+1
12 .endr
13 .endr
14 .word y
This page took 0.188602 seconds and 4 git commands to generate.