source: binutils/trunk/gas/testsuite/gas/mips/mips16-pcrel-reloc-4.s@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 352 bytes
Line 
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7foo:
8 dla $2, bar
9 ld $2, bar
10 nop
11 .set nomips16
12 .end foo
13
14# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
15 .align 4, 0
16 .space 16
17
18 .type bar, @object
19bar:
20 .long 0
21 .size bar, . - bar
22
23# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
24 .align 4, 0
25 .space 16
Note: See TracBrowser for help on using the repository browser.