[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / ppc64-got-to-pcrel-relaxation-def.s
blobc7936bf803fe9ac7cecd0cfafc1d38188df0585c
1 .section ".text"
2 .comm storeVal_vector,8,8
3 .comm useVal_vector,8,8
4 .globl storeVal_longlong, useAddr_longlong, useVal_longlong, storeVal_sshort
5 .globl useAddr_sshort, useVal_sshort, storeVal_sint, useAddr_sint, useVal_sint
6 .globl storeVal_double, useAddr_double, useVal_double, storeVal_float
7 .globl useAddr_float, useVal_float, storeVal_uint, storeVal_uint
8 .globl useVal_uint, storeVal_ushort, useAddr_ushort, useVal_ushort
9 .globl storeVal, useAddr, useVal
10 .section ".data"
11 .align 3
12 .type storeVal_longlong, @object
13 .size storeVal_longlong, 8
14 storeVal_longlong:
15 .quad 18
16 useAddr_longlong:
17 .quad 17
18 useVal_longlong:
19 .quad 16
20 storeVal_sshort:
21 .short -15
22 useAddr_sshort:
23 .short -14
24 useVal_sshort:
25 .short -13
26 .zero 2
27 storeVal_sint:
28 .long -12
29 useAddr_sint:
30 .long -11
31 useVal_sint:
32 .long -10
33 .zero 4
34 storeVal_double:
35 .long 858993459
36 .long 1076966195
37 useAddr_double:
38 .long -1717986918
39 .long -1070589543
40 useVal_double:
41 .long 0
42 .long 1076756480
43 storeVal_float:
44 .long 1045220557
45 useAddr_float:
46 .long -1050568294
47 useVal_float:
48 .long 1095761920
49 storeVal_uint:
50 .long 12
51 useAddr_uint:
52 .long 11
53 useVal_uint:
54 .long 10
55 storeVal_ushort:
56 .short 1
57 useAddr_ushort:
58 .short 10
59 useVal_ushort:
60 .short 5
61 storeVal:
62 .byte -1
63 useAddr:
64 .byte 10
65 useVal:
66 .byte 5