diff options
author | Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> | 2020-09-22 22:40:56 +0200 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> | 2020-09-22 22:40:57 +0200 |
commit | 04b318a48b33f1342129788adf04bbd2067198ce (patch) | |
tree | 836107b57162b18c301f430742a12c80c5231579 /packages/binutils/2.35/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch | |
parent | ea386017b60b38b17b13044544eeb268c1c3ee28 (diff) | |
download | crosstool-ng-04b318a48b33f1342129788adf04bbd2067198ce.tar.gz crosstool-ng-04b318a48b33f1342129788adf04bbd2067198ce.tar.bz2 crosstool-ng-04b318a48b33f1342129788adf04bbd2067198ce.zip |
binutils: add version 2.35.1
Bump to latest 2.35 minor release from upstream, now 2.35.1, replaces
version 2.35.
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Diffstat (limited to 'packages/binutils/2.35/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch')
-rw-r--r-- | packages/binutils/2.35/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/binutils/2.35/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch b/packages/binutils/2.35/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch deleted file mode 100644 index fbc40418..00000000 --- a/packages/binutils/2.35/0005-Darwin-gold-binary-cc-include-string-not-cstring.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - gold/binary.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/gold/binary.cc -+++ b/gold/binary.cc -@@ -23,7 +23,7 @@ - #include "gold.h" - - #include <cerrno> --#include <cstring> -+#include <string> - - #include "elfcpp.h" - #include "stringpool.h" |