diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
commit | 1c98619801a5705c688e683be3ef9d70169a0686 (patch) | |
tree | 8422105cd1a94c368315f2db16b9ac746cf7c000 /test/ELF/Inputs/allow-shlib-undefined.s | |
parent | f4f3ce4613680903220815690ad79fc7ba0a2e26 (diff) |
Notes
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 e2fb7de2301a6..5e3a461790278 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 |