diff --git a/lld/test/ELF/znotext-plt-relocations.s b/lld/test/ELF/znotext-plt-relocations.s index ad305b0c1f6c..3bc1f417cb0e 100644 --- a/lld/test/ELF/znotext-plt-relocations.s +++ b/lld/test/ELF/znotext-plt-relocations.s @@ -16,5 +16,6 @@ .text _start: -callq atexit +.byte 0xe8 +.long atexit - . - 4 .quad foo