summaryrefslogtreecommitdiff
path: root/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-01-03 09:22:02 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-01-03 09:22:02 (GMT)
commitba8713947ebd50bd7191bf4886399957dc8ed5ee (patch)
treef5bea03f1172ba09ac51eaf738fe24b5a19a91b6 /patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
parent5543f85febff1539e2be751175a1e102c0a056e8 (diff)
patches/binutils: Remove old patches for binutils
Since we removed older binutils versions, remove patches as well. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r--patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch b/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
deleted file mode 100644
index 33441cc..0000000
--- a/patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- binutils-2.25.orig/gold/binary.cc 2015-06-09 10:48:32.000000000 +0100
-+++ binutils-2.25/gold/binary.cc 2015-06-09 10:49:23.000000000 +0100
-@@ -23,7 +23,7 @@
- #include "gold.h"
-
- #include <cerrno>
--#include <cstring>
-+#include <string>
- #include "safe-ctype.h"
-
- #include "elfcpp.h"