Add support for sparc pause instruction.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vax / elf-rel.s
CommitLineData
8f3f3666
JT
1 .data
2
3 .byte data_vax_8
4 .word data_vax_16
5 .long data_vax_32
6
7 .byte data_vax_8+8
8 .word data_vax_16+16
9 .long data_vax_32+32
10
11 .text
12 .globl x
13x:
14 .word 0
15
16 calls $0, b`text_vax_pc8
17 calls $0, w`text_vax_pc16
18 calls $0, l`text_vax_pc32
19 calls $0, text_vax_plt32
20
21 tstl b`text_vax_pc8
22 tstl w`text_vax_pc16
23 tstl l`text_vax_pc32
24 tstl text_vax_got32
25
26 tstl b`text_vax_pc8+8
27 tstl w`text_vax_pc16+16
28 tstl l`text_vax_pc32+32
29 tstl text_vax_got32+32
30 ret
This page took 0.418704 seconds and 4 git commands to generate.