blob: b34bacd5997d0f158ad3107200e3dc8b33a23b29 [file] [log] [blame]
zbao05d39ff2015-09-15 03:27:13 -04001This is a known issue on GNU mail list. Please refer
2the link below.
3https://sourceware.org/bugzilla/show_bug.cgi?id=17473
4
5--- binutils-2.25/gold/binary.cc 2014-10-14 00:32:04.000000000 -0700
6+++ binutils-2.25.patched/gold/binary.cc 2015-09-15 07:02:40.000000000 -0700
7@@ -24,10 +24,10 @@
8
9 #include <cerrno>
10 #include <cstring>
11+#include "stringpool.h"
12 #include "safe-ctype.h"
13
14 #include "elfcpp.h"
15-#include "stringpool.h"
16 #include "fileread.h"
17 #include "output.h"
18 #include "binary.h"