Skip to content

Commit b8a4abd

Browse files
committed
Change reloc codes in tests (see also #118214)
1 parent 54bcb64 commit b8a4abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/aarch64-got-relocations-pauth.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# RUN: llvm-readelf -r -S -x .got -s local | FileCheck %s --check-prefix=LOCAL
1616

1717
# EXTERNAL: Offset Info Type Symbol's Value Symbol's Name + Addend
18-
# EXTERNAL-NEXT: 0000000000020380 000000010000e201 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 bar + 0
19-
# EXTERNAL-NEXT: 0000000000020388 000000020000e201 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 zed + 0
18+
# EXTERNAL-NEXT: 0000000000020380 0000000100000412 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 bar + 0
19+
# EXTERNAL-NEXT: 0000000000020388 0000000200000412 R_AARCH64_AUTH_GLOB_DAT 0000000000000000 zed + 0
2020

2121
## Symbol's values for bar and zed are equal since they contain no content (see Inputs/shared.s)
2222
# LOCAL: Offset Info Type Symbol's Value Symbol's Name + Addend

0 commit comments

Comments
 (0)