summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/ELF/aarch64-gnu-ifunc-nosym.s2
-rw-r--r--lld/test/ELF/aarch64-gnu-ifunc.s2
-rw-r--r--lld/test/ELF/gnu-ifunc-i386.s2
-rw-r--r--lld/test/ELF/gnu-ifunc-nosym-i386.s2
-rw-r--r--lld/test/ELF/gnu-ifunc-nosym.s2
-rw-r--r--lld/test/ELF/gnu-ifunc-relative.s1
-rw-r--r--lld/test/ELF/gnu-ifunc.s2
7 files changed, 0 insertions, 13 deletions
diff --git a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s
index 96dd3e8040f..bb3a0b8b511 100644
--- a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s
+++ b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s
@@ -13,13 +13,11 @@
.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
diff --git a/lld/test/ELF/aarch64-gnu-ifunc.s b/lld/test/ELF/aarch64-gnu-ifunc.s
index a0bef342575..351d0ed0440 100644
--- a/lld/test/ELF/aarch64-gnu-ifunc.s
+++ b/lld/test/ELF/aarch64-gnu-ifunc.s
@@ -130,13 +130,11 @@
.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
diff --git a/lld/test/ELF/gnu-ifunc-i386.s b/lld/test/ELF/gnu-ifunc-i386.s
index dbf365a2310..bc2d0f9610b 100644
--- a/lld/test/ELF/gnu-ifunc-i386.s
+++ b/lld/test/ELF/gnu-ifunc-i386.s
@@ -116,13 +116,11 @@
.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
diff --git a/lld/test/ELF/gnu-ifunc-nosym-i386.s b/lld/test/ELF/gnu-ifunc-nosym-i386.s
index 99cac25c8a8..d22cedbfe6d 100644
--- a/lld/test/ELF/gnu-ifunc-nosym-i386.s
+++ b/lld/test/ELF/gnu-ifunc-nosym-i386.s
@@ -13,13 +13,11 @@
.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
diff --git a/lld/test/ELF/gnu-ifunc-nosym.s b/lld/test/ELF/gnu-ifunc-nosym.s
index fb844ac03e2..08e498e97c1 100644
--- a/lld/test/ELF/gnu-ifunc-nosym.s
+++ b/lld/test/ELF/gnu-ifunc-nosym.s
@@ -13,13 +13,11 @@
.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
diff --git a/lld/test/ELF/gnu-ifunc-relative.s b/lld/test/ELF/gnu-ifunc-relative.s
index 94c76a8dac0..dc35102c578 100644
--- a/lld/test/ELF/gnu-ifunc-relative.s
+++ b/lld/test/ELF/gnu-ifunc-relative.s
@@ -5,7 +5,6 @@
.type foo STT_GNU_IFUNC
.globl foo
-.type foo, @function
foo:
ret
diff --git a/lld/test/ELF/gnu-ifunc.s b/lld/test/ELF/gnu-ifunc.s
index c49d99fa68c..5336c89a563 100644
--- a/lld/test/ELF/gnu-ifunc.s
+++ b/lld/test/ELF/gnu-ifunc.s
@@ -113,13 +113,11 @@
.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
OpenPOWER on IntegriCloud