Some get_last_target_status tweaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-merge-lo16.s
CommitLineData
17a6716a
RS
1 .section .rodata.str1.4,"aMS", @progbits, 1
2 .macro fillstr char
3 .rept 0x3fff - \char
4 .byte \char
5 .endr
6 .byte 0
7 .endm
8 fillstr 'a'
9 fillstr 'h'
10 fillstr 'c'
11 fillstr 'd'
12 fillstr 'g'
13 fillstr 'f'
14g:
15 fillstr 'g'
16 fillstr 'h'
17
18 .text
19 .globl __start
20 .ent __start
21 .type __start, @function
22__start:
23 lui $2, %hi(g)
24 addiu $3, $2, %lo(g)
25 addiu $2, $2, %lo(g)
26 .end __start
27
28 .space 16
This page took 0.654959 seconds and 4 git commands to generate.