summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.26.1/microblaze.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-12 01:13:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-13 03:19:15 +0200
commite94e852d2de3a732821277afdd17f9e407a27e94 (patch)
treefcc58d334b8ecf38520a029b27be35413f624e2f /toolchain/binutils/patches/2.26.1/microblaze.patch
parentbff6a9c54bc83a017ca1710be827644596b947f0 (diff)
binutils: remove support for old versions
Diffstat (limited to 'toolchain/binutils/patches/2.26.1/microblaze.patch')
-rw-r--r--toolchain/binutils/patches/2.26.1/microblaze.patch14
1 files changed, 0 insertions, 14 deletions
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,