MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emit-relocs-1b.s
CommitLineData
81d43bff
RS
1 .section .merge1,"aMS",@progbits,1
2A: .string "flutter"
3
4 .section .merge2,"aMS",@progbits,1
5B: .string "sting"
6
7 .section .merge3,"aM",@progbits,4
8C: .4byte 0x300
9D: .4byte 0x200
10
11 .data
ef2b5578 12 .align 4
81d43bff
RS
13E: .4byte E
14 .4byte E + 0x1000
15 .4byte A
16 .4byte B
17 .4byte C
18 .4byte D
This page took 0.465473 seconds and 4 git commands to generate.