@@ -104,6 +104,12 @@ local2:
104
104
// ERR1: error: both AUTH and non-AUTH TLSDESC entries for 'a' requested, but only one type of TLSDESC entry per symbol is supported
105
105
// ERR1-NEXT: >>> defined in err1.o
106
106
// ERR1-NEXT: >>> referenced by err1.o:(.text+0x10)
107
+ // ERR1: error: both AUTH and non-AUTH TLSDESC entries for 'a' requested, but only one type of TLSDESC entry per symbol is supported
108
+ // ERR1-NEXT: >>> defined in err1.o
109
+ // ERR1-NEXT: >>> referenced by err1.o:(.text+0x14)
110
+ // ERR1: error: both AUTH and non-AUTH TLSDESC entries for 'a' requested, but only one type of TLSDESC entry per symbol is supported
111
+ // ERR1-NEXT: >>> defined in err1.o
112
+ // ERR1-NEXT: >>> referenced by err1.o:(.text+0x18)
107
113
.text
108
114
adrp x0, :tlsdesc_auth:a
109
115
ldr x16, [x0, :tlsdesc_auth_lo12:a]
@@ -124,6 +130,12 @@ local2:
124
130
// ERR2: error: both AUTH and non-AUTH TLSDESC entries for 'a' requested, but only one type of TLSDESC entry per symbol is supported
125
131
// ERR2-NEXT: >>> defined in err2.o
126
132
// ERR2-NEXT: >>> referenced by err2.o:(.text+0x10)
133
+ // ERR2: error: both AUTH and non-AUTH TLSDESC entries for 'a' requested, but only one type of TLSDESC entry per symbol is supported
134
+ // ERR2-NEXT: >>> defined in err2.o
135
+ // ERR2-NEXT: >>> referenced by err2.o:(.text+0x14)
136
+ // ERR2: error: both AUTH and non-AUTH TLSDESC entries for 'a' requested, but only one type of TLSDESC entry per symbol is supported
137
+ // ERR2-NEXT: >>> defined in err2.o
138
+ // ERR2-NEXT: >>> referenced by err2.o:(.text+0x18)
127
139
.text
128
140
adrp x0, :tlsdesc:a
129
141
ldr x1, [x0, :tlsdesc_lo12:a]
0 commit comments