commit:     3654a454ab9ec3771f34cc8bde5df034eaa32a99
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Feb  8 21:02:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 22:35:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3654a454

sys-boot/gnu-efi: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3888

 .../gnu-efi/files/gnu-efi-3.0a-lds-redhat.patch    | 42 -----------------
 sys-boot/gnu-efi/files/gnu-efi-3.0a-lds.patch      | 55 ----------------------
 2 files changed, 97 deletions(-)

diff --git a/sys-boot/gnu-efi/files/gnu-efi-3.0a-lds-redhat.patch 
b/sys-boot/gnu-efi/files/gnu-efi-3.0a-lds-redhat.patch
deleted file mode 100644
index d47dc3a0d0..0000000000
--- a/sys-boot/gnu-efi/files/gnu-efi-3.0a-lds-redhat.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Updated lds patch from redhat which works with newer binutils.
-
-http://bugs.gentoo.org/show_bug.cgi?id=79091
-
---- gnuefi/elf_ia64_efi.lds
-+++ gnuefi/elf_ia64_efi.lds
-@@ -28,6 +28,5 @@
-   {
-    *(.rodata*)
-    *(.ctors)
--   *(.data)
--   *(.data1)
-+   *(.data*)
-    *(.gnu.linkonce.d*)
-@@ -31,8 +31,4 @@ SECTIONS
-    *(.plabel) /* data whose relocs we want to ignore */
--   *(.IA_64.unwind)
--   *(.IA_64.unwind_info)
--   *(.IA64.unwind)
--   *(.IA64.unwind_info)
-    /* the EFI loader doesn't seem to like a .bss section, so we stick
-       it all into .data: */
-    *(.dynbss)
-@@ -48,7 +47,7 @@
-   .rela :
-   {
-     *(.rela.text)
--    *(.rela.data)
-+    *(.rela.data*)
-     *(.rela.sdata)
-     *(.rela.got)
-     *(.rela.gnu.linkonce.d*)
-@@ -68,4 +64,9 @@ SECTIONS
-     *(.rela.plabel)
-     *(.rela.reloc)
-   }
-+  /DISCARD/ :
-+  {
-+    *(.IA_64.unwind*)
-+    *(.IA64.unwind*)
-+  }
- }

diff --git a/sys-boot/gnu-efi/files/gnu-efi-3.0a-lds.patch 
b/sys-boot/gnu-efi/files/gnu-efi-3.0a-lds.patch
deleted file mode 100644
index f16efdbcfc..0000000000
--- a/sys-boot/gnu-efi/files/gnu-efi-3.0a-lds.patch
+++ /dev/null
@@ -1,55 +0,0 @@
---- gnu-efi-3.0a.orig/gnuefi/elf_ia32_efi.lds
-+++ gnu-efi-3.0a/gnuefi/elf_ia32_efi.lds
-@@ -17,6 +17,7 @@
-    *(.rodata*)
-    *(.data)
-    *(.data1)
-+   *(.data.*)
-    *(.sdata)
-    *(.got.plt)
-    *(.got)
-@@ -34,8 +35,13 @@
-   .rel :
-   {
-     *(.rel.data)
-+    *(.rel.data.*)
-     *(.rel.got)
-     *(.rel.stab)
-+    *(.data.rel.ro.local)
-+    *(.data.rel.local)
-+    *(.data.rel.ro)
-+    *(.data.rel*)
-   }
-   . = ALIGN(4096);
-   .dynsym   : { *(.dynsym) }
-@@ -46,4 +52,9 @@
-   {
-     *(.rel.reloc)
-   }
-+  .ignored :
-+  {
-+    *(.eh_frame)
-+  }
- }
-+
---- gnu-efi-3.0a.orig/gnuefi/elf_ia64_efi.lds
-+++ gnu-efi-3.0a/gnuefi/elf_ia64_efi.lds
-@@ -28,8 +28,7 @@
-   {
-    *(.rodata*)
-    *(.ctors)
--   *(.data)
--   *(.data1)
-+   *(.data*)
-    *(.gnu.linkonce.d*)
-    *(.plabel) /* data whose relocs we want to ignore */
-    *(.IA_64.unwind)
-@@ -48,7 +47,7 @@
-   .rela :
-   {
-     *(.rela.text)
--    *(.rela.data)
-+    *(.rela.data*)
-     *(.rela.sdata)
-     *(.rela.got)
-     *(.rela.gnu.linkonce.d*)

Reply via email to