From 46c9c486d02953deb130c427fce1286498f285ff Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 4 Feb 2016 23:50:19 -0800 Subject: binutils: Update patches for binutils-2.26 This updates patches for 2.26. Most notably, the removal of the xtensa patches which seem to be upstream in binutils now. Signed-off-by: Bryan Hundven --- ...0-Darwin-gold-binary-cc-include-string-not-cstring.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch (limited to 'patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch') diff --git a/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch b/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch new file mode 100644 index 00000000..e4f235b1 --- /dev/null +++ b/patches/binutils/2.26/340-Darwin-gold-binary-cc-include-string-not-cstring.patch @@ -0,0 +1,13 @@ +diff --git a/gold/binary.cc b/gold/binary.cc +index 52df81a..03a8f20 100644 +--- a/gold/binary.cc ++++ b/gold/binary.cc +@@ -23,7 +23,7 @@ + #include "gold.h" + + #include +-#include ++#include + + #include "elfcpp.h" + #include "stringpool.h" -- cgit v1.2.3