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-06 05:45:48 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-01-06 05:45:48 (GMT)
commitce74282be4c62aa5b1626976c550dfce57023803 (patch)
tree073bc19a985312dbb91ec267ed9361f92aabfe97 /patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
parent9375a9e41193a5af532c98ef1478ab122170bad8 (diff)
parent91520c2b368b02a9084ae3b11d273b99fc0bef46 (diff)
Merge pull request #309 from bhundven/remove_old_binutils_versions
Remove old binutils versions
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"