diff options
Diffstat (limited to 'test/ELF/Inputs/symbol-override.s')
| -rw-r--r-- | test/ELF/Inputs/symbol-override.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/Inputs/symbol-override.s b/test/ELF/Inputs/symbol-override.s index 21f3ae244c77..ab3bf8dc74b0 100644 --- a/test/ELF/Inputs/symbol-override.s +++ b/test/ELF/Inputs/symbol-override.s @@ -11,6 +11,6 @@ nop .globl do .type do,@function -do: +do: callq foo@PLT callq bar@PLT |
