MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-hilo.s
1 .data
2 .globl big_external_data_label
3 big_external_data_label:
4 .fill 1000
5
6 # align section end to 16-byte boundary for easier testing on multiple targets
7 .p2align 4
8
9 .globl small_external_data_label
10 small_external_data_label:
11 .fill 1
12
13 # align section end to 16-byte boundary for easier testing on multiple targets
14 .p2align 4
This page took 0.029463 seconds and 4 git commands to generate.