diff options
Diffstat (limited to 'test/ELF/Inputs/allow-shlib-undefined.s')
-rw-r--r-- | test/ELF/Inputs/allow-shlib-undefined.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/Inputs/allow-shlib-undefined.s b/test/ELF/Inputs/allow-shlib-undefined.s index e2fb7de2301a..5e3a46179027 100644 --- a/test/ELF/Inputs/allow-shlib-undefined.s +++ b/test/ELF/Inputs/allow-shlib-undefined.s @@ -1,3 +1,3 @@ .globl _shared _shared: - call _unresolved + callq _unresolved@PLT |