summaryrefslogtreecommitdiffstats
path: root/tools/5/binutils/binutils-2.26-gas-reloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/5/binutils/binutils-2.26-gas-reloc.patch')
-rw-r--r--tools/5/binutils/binutils-2.26-gas-reloc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/5/binutils/binutils-2.26-gas-reloc.patch b/tools/5/binutils/binutils-2.26-gas-reloc.patch
deleted file mode 100644
index 2b5d88f..0000000
--- a/tools/5/binutils/binutils-2.26-gas-reloc.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c
-index 70f5bfb..d3b213c 100644
---- a/gas/config/tc-sparc.c
-+++ b/gas/config/tc-sparc.c
-@@ -4957,7 +4957,10 @@ cons_fix_new_sparc (fragS *frag,
- case 8: r = BFD_RELOC_SPARC_TLS_DTPOFF64; break;
- }
- }
-- else if (sparc_no_align_cons)
-+ else if (sparc_no_align_cons
-+ || /* PR 20803 - relocs in the .eh_frame section need
-+ to support unaligned access. */
-+ strcmp (now_seg->name, ".eh_frame") == 0)
- {
- switch (nbytes)
- {
-