summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.27/microblaze-static.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.27/microblaze-static.patch
parentbff6a9c54bc83a017ca1710be827644596b947f0 (diff)
binutils: remove support for old versions
Diffstat (limited to 'toolchain/binutils/patches/2.27/microblaze-static.patch')
-rw-r--r--toolchain/binutils/patches/2.27/microblaze-static.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/binutils/patches/2.27/microblaze-static.patch b/toolchain/binutils/patches/2.27/microblaze-static.patch
deleted file mode 100644
index 4e8c400f1..000000000
--- a/toolchain/binutils/patches/2.27/microblaze-static.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-From:
-https://sourceware.org/bugzilla/show_bug.cgi?id=21017
-
-diff -Nur binutils-2.27.orig/bfd/elf32-microblaze.c binutils-2.27/bfd/elf32-microblaze.c
---- binutils-2.27.orig/bfd/elf32-microblaze.c 2016-08-03 09:36:50.000000000 +0200
-+++ binutils-2.27/bfd/elf32-microblaze.c 2017-01-03 04:43:49.173901997 +0100
-@@ -2399,6 +2399,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)
- {