aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/aarch64-gnu-ifunc-nosym.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/aarch64-gnu-ifunc-nosym.s')
-rw-r--r--test/ELF/aarch64-gnu-ifunc-nosym.s6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/ELF/aarch64-gnu-ifunc-nosym.s b/test/ELF/aarch64-gnu-ifunc-nosym.s
index d85bf1076601..bb3a0b8b5116 100644
--- a/test/ELF/aarch64-gnu-ifunc-nosym.s
+++ b/test/ELF/aarch64-gnu-ifunc-nosym.s
@@ -6,20 +6,18 @@
// Check that no __rela_iplt_end/__rela_iplt_start
// appear in symtab if there is no references to them.
// CHECK: Symbols [
-// CHECK-NEXT-NOT: __rela_iplt_end
-// CHECK-NEXT-NOT: __rela_iplt_start
+// CHECK-NOT: __rela_iplt_end
+// CHECK-NOT: __rela_iplt_start
// CHECK: ]
.text
.type foo STT_GNU_IFUNC
.globl foo
-.type foo, @function
foo:
ret
.type bar STT_GNU_IFUNC
.globl bar
-.type bar, @function
bar:
ret