[rtems-tools commit] Add tools/5 patch
Sebastian Huber
sebh at rtems.org
Thu Nov 9 08:35:45 UTC 2017
Module: rtems-tools
Branch: master
Commit: a70b8e609b6b26c94c131d6e902d5fa6de391648
Changeset: http://git.rtems.org/rtems-tools/commit/?id=a70b8e609b6b26c94c131d6e902d5fa6de391648
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Nov 9 09:35:29 2017 +0100
Add tools/5 patch
Update #3220.
---
tools/5/binutils/binutils-2.26-gas-reloc.patch | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/tools/5/binutils/binutils-2.26-gas-reloc.patch b/tools/5/binutils/binutils-2.26-gas-reloc.patch
new file mode 100644
index 0000000..2b5d88f
--- /dev/null
+++ b/tools/5/binutils/binutils-2.26-gas-reloc.patch
@@ -0,0 +1,17 @@
+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)
+ {
+
More information about the vc
mailing list