aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@chromium.org>2015-12-16 16:35:43 -0800
committerAlan Modra <amodra@gmail.com>2018-03-06 18:25:01 +1030
commit4f69ae85308fd009a1b54ca05f7b4145b7c76834 (patch)
tree3a428af326c3ed53a760bca3564eae4f82433000
parenta0808d1a996fb1c1616b7ae9c93787a674d0c4f8 (diff)
downloadgdb-4f69ae85308fd009a1b54ca05f7b4145b7c76834.zip
gdb-4f69ae85308fd009a1b54ca05f7b4145b7c76834.tar.gz
gdb-4f69ae85308fd009a1b54ca05f7b4145b7c76834.tar.bz2
PR gold/17473: Fix gold build with system C++ headers that use <ctype.h>.
gold/ PR gold/17473 * binary.cc: Move #include "safe-ctype.h" to be last #include. (cherry picked from commit 95c29a83ebadd0038fd304539a83c5e90798c1b9)
-rw-r--r--gold/ChangeLog5
-rw-r--r--gold/binary.cc8
2 files changed, 12 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index dbe5a9e..c6ce6f3 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-16 Roland McGrath <mcgrathr@google.com>
+
+ PR ld/17473
+ * binary.cc: Move #include "safe-ctype.h" to be last #include.
+
2015-07-26 Doug Kwan <dougkwan@google.com>
Apply from master
diff --git a/gold/binary.cc b/gold/binary.cc
index 4dab52c..94973a1 100644
--- a/gold/binary.cc
+++ b/gold/binary.cc
@@ -24,7 +24,6 @@
#include <cerrno>
#include <cstring>
-#include "safe-ctype.h"
#include "elfcpp.h"
#include "stringpool.h"
@@ -32,6 +31,13 @@
#include "output.h"
#include "binary.h"
+// safe-ctype.h interferes with macros defined by the system <ctype.h>.
+// Some C++ system headers might include <ctype.h> and rely on its macro
+// definitions being intact. So make sure that safe-ctype.h is included
+// only after any C++ system headers, whether directly here (above) or via
+// other local header files (e.g. #include <string> in "binary.h").
+#include "safe-ctype.h"
+
// Support for reading binary files as input. These become blobs in
// the final output. These files are treated as though they have a
// single .data section and define three symbols: