Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / gas / testsuite / gas / i386 / pcrel.s
1 abs = 0x1234
2  .extern ext
3  .weak weak
4  .comm comm,4
5  .global glob
6
7  .data
8 data: .long 0
9
10  .text
11 loc:
12  jmp abs
13 glob:
14  jmp ext
15  jmp weak
16  jmp comm
17  jmp loc
18  jmp glob
19  jmp abs2
20  jmp loc2
21  jmp glob2
22  jmp data
23  jmp data2
24  jmp abs   - abs
25  jmp ext   - abs
26  jmp weak  - abs
27  jmp comm  - abs
28  jmp loc   - abs
29  jmp glob  - abs
30  jmp abs2  - abs
31  jmp loc2  - abs
32  jmp glob2 - abs
33  jmp data  - abs
34  jmp data2 - abs
35  jmp abs   - abs2
36  jmp ext   - abs2
37  jmp weak  - abs2
38  jmp comm  - abs2
39  jmp loc   - abs2
40  jmp glob  - abs2
41  jmp abs2  - abs2
42  jmp loc2  - abs2
43  jmp glob2 - abs2
44  jmp data  - abs2
45  jmp data2 - abs2
46  jmp loc2  - loc
47  jmp glob  - loc
48  jmp glob  - loc2
49  jmp glob2 - loc
50  jmp glob2 - loc2
51
52  .org 0x100
53 loc2:
54  .global glob2
55 glob2 = loc2 + 5
56 abs2 = 0x9876
57
58  .data
59 data2: .long 0