aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/shared.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/shared.s')
-rw-r--r--test/ELF/Inputs/shared.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/Inputs/shared.s b/test/ELF/Inputs/shared.s
index c3c22fe4b..4a386be23 100644
--- a/test/ELF/Inputs/shared.s
+++ b/test/ELF/Inputs/shared.s
@@ -1,9 +1,9 @@
.global bar
-.type bar, @function
+.type bar, %function
bar:
.global bar2
-.type bar2, @function
+.type bar2, %function
bar2:
.global zed