* defs.h: Include build-gnulib/config.h
authorKeith Seitz <keiths@redhat.com>
Wed, 22 Aug 2012 20:04:05 +0000 (20:04 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 22 Aug 2012 20:04:05 +0000 (20:04 +0000)
* server.h: Include build-gnulib-gbserver/config.h.
* gdbreplay.c: Likewise.

gdb/ChangeLog
gdb/defs.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/gdbreplay.c
gdb/gdbserver/server.h

index 3c6dba9..ac628ce 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-22  Keith Seitz  <keiths@redhat.com>
+
+       * defs.h: Include build-gnulib/config.h
+
 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
 
        * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
index 96bc58c..5e8a681 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 
 #include "config.h"            /* Generated by configure.  */
+#include "build-gnulib/config.h"
 
 #include <sys/types.h>
 #include <stdio.h>
index 5707850..c57ccef 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-22  Keith Seitz  <keiths@redhat.com>
+
+       * server.h: Include build-gnulib-gbserver/config.h.
+       * gdbreplay.c: Likewise.
+
 2012-08-08  Doug Evans  <dje@google.com>
 
        * Makefile.in (SFILES): Add gdb_vecs.c.
index bb5202c..5aaa98e 100644 (file)
@@ -19,6 +19,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "config.h"
+#include "build-gnulib-gdbserver/config.h"
+
 #include <stdio.h>
 #if HAVE_SYS_FILE_H
 #include <sys/file.h>
index 752bc3b..fd6fd26 100644 (file)
@@ -21,6 +21,7 @@
 #define SERVER_H
 
 #include "config.h"
+#include "build-gnulib-gdbserver/config.h"
 
 #ifdef __MINGW32CE__
 #include "wincecompat.h"