From: Peter Collingbourne Date: Tue, 26 Apr 2016 16:50:02 +0000 (+0000) Subject: Remove unnecessary function type directives for ifuncs. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbcf5b99d03a278e681e3bd5632d69751f8ce9d1;p=platform%2Fupstream%2Fllvm.git Remove unnecessary function type directives for ifuncs. llvm-svn: 267569 --- diff --git a/lld/test/ELF/aarch64-gnu-ifunc-nosym.s b/lld/test/ELF/aarch64-gnu-ifunc-nosym.s index 96dd3e8..bb3a0b8 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 a0bef34..351d0ed 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 dbf365a..bc2d0f9 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 99cac25..d22cedbf 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 fb844ac0..08e498e 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 94c76a8..dc35102 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 c49d99f..5336c89 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