summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.26.1
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/binutils/patches/2.26.1')
-rw-r--r--toolchain/binutils/patches/2.26.1/bfin.patch13
-rw-r--r--toolchain/binutils/patches/2.26.1/crisv10.patch14
-rw-r--r--toolchain/binutils/patches/2.26.1/m68k.patch11
-rw-r--r--toolchain/binutils/patches/2.26.1/microblaze-static.musl13
-rw-r--r--toolchain/binutils/patches/2.26.1/microblaze.patch14
5 files changed, 0 insertions, 65 deletions
diff --git a/toolchain/binutils/patches/2.26.1/bfin.patch b/toolchain/binutils/patches/2.26.1/bfin.patch
deleted file mode 100644
index 1f287518a..000000000
--- a/toolchain/binutils/patches/2.26.1/bfin.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
-index 7cc8b6d..12f0add 100644
---- a/bfd/elf32-bfin.c
-+++ b/bfd/elf32-bfin.c
-@@ -4457,7 +4457,7 @@ elf32_bfinfdpic_finish_dynamic_sections (bfd *output_bfd,
- if (bfinfdpic_got_section (info))
- {
- BFD_ASSERT (bfinfdpic_gotrel_section (info)->size
-- == (bfinfdpic_gotrel_section (info)->reloc_count
-+ >= (bfinfdpic_gotrel_section (info)->reloc_count
- * sizeof (Elf32_External_Rel)));
-
- if (bfinfdpic_gotfixup_section (info))
diff --git a/toolchain/binutils/patches/2.26.1/crisv10.patch b/toolchain/binutils/patches/2.26.1/crisv10.patch
deleted file mode 100644
index c7680138a..000000000
--- a/toolchain/binutils/patches/2.26.1/crisv10.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur binutils-2.26.1.orig/bfd/elf32-cris.c binutils-2.26.1/bfd/elf32-cris.c
---- binutils-2.26.1.orig/bfd/elf32-cris.c 2015-11-13 09:27:40.000000000 +0100
-+++ binutils-2.26.1/bfd/elf32-cris.c 2016-07-09 19:19:49.305293884 +0200
-@@ -2728,8 +2728,8 @@
-
- /* A GOTPLT reloc, when activated, is supposed to be included into
- the PLT refcount. */
-- BFD_ASSERT (h->gotplt_refcount == 0
-- || h->gotplt_refcount <= h->root.plt.refcount);
-+ /* BFD_ASSERT (h->gotplt_refcount == 0
-+ || h->gotplt_refcount <= h->root.plt.refcount); */
-
- /* If nobody wanted a GOTPLT with this symbol, we're done. */
- if (h->gotplt_refcount <= 0)
diff --git a/toolchain/binutils/patches/2.26.1/m68k.patch b/toolchain/binutils/patches/2.26.1/m68k.patch
deleted file mode 100644
index 739604037..000000000
--- a/toolchain/binutils/patches/2.26.1/m68k.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur binutils-2.26.1.orig/bfd/elf32-m68k.c binutils-2.26.1/bfd/elf32-m68k.c
---- binutils-2.26.1.orig/bfd/elf32-m68k.c 2015-11-13 09:27:40.000000000 +0100
-+++ binutils-2.26.1/bfd/elf32-m68k.c 2016-10-30 16:56:32.486606003 +0100
-@@ -2637,7 +2637,6 @@
- if (sgot == NULL)
- {
- sgot = bfd_get_linker_section (dynobj, ".got");
-- BFD_ASSERT (sgot != NULL);
- }
-
- if (srelgot == NULL
diff --git a/toolchain/binutils/patches/2.26.1/microblaze-static.musl b/toolchain/binutils/patches/2.26.1/microblaze-static.musl
deleted file mode 100644
index 55962b000..000000000
--- a/toolchain/binutils/patches/2.26.1/microblaze-static.musl
+++ /dev/null
@@ -1,13 +0,0 @@
-From:
-https://sourceware.org/bugzilla/show_bug.cgi?id=21017
-diff -Nur binutils-2.26.1.orig/bfd/elf32-microblaze.c binutils-2.26.1/bfd/elf32-microblaze.c
---- binutils-2.26.1.orig/bfd/elf32-microblaze.c 2015-11-13 09:27:40.000000000 +0100
-+++ binutils-2.26.1/bfd/elf32-microblaze.c 2017-01-03 06:31:27.305957954 +0100
-@@ -2402,6 +2402,7 @@
- tls_type |= (TLS_TLS | TLS_LD);
- dogottls:
- sec->has_tls_reloc = 1;
-+ case R_MICROBLAZE_GOTOFF_64:
- case R_MICROBLAZE_GOT_64:
- if (htab->sgot == NULL)
- {
diff --git a/toolchain/binutils/patches/2.26.1/microblaze.patch b/toolchain/binutils/patches/2.26.1/microblaze.patch
deleted file mode 100644
index e028bf9d1..000000000
--- a/toolchain/binutils/patches/2.26.1/microblaze.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur binutils-2.26.1.orig/bfd/elf32-microblaze.c binutils-2.26.1/bfd/elf32-microblaze.c
---- binutils-2.26.1.orig/bfd/elf32-microblaze.c 2015-11-13 09:27:40.000000000 +0100
-+++ binutils-2.26.1/bfd/elf32-microblaze.c 2016-10-20 19:06:58.655565765 +0200
-@@ -3296,8 +3296,8 @@
- The entry in the global offset table will already have been
- initialized in the relocate_section function. */
- if (bfd_link_pic (info)
-- && (info->symbolic || h->dynindx == -1)
-- && h->def_regular)
-+ && ((info->symbolic && h->def_regular)
-+ || h->dynindx == -1))
- {
- asection *sec = h->root.u.def.section;
- microblaze_elf_output_dynamic_relocation (output_bfd,