]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* defs.h: Include build-gnulib/config.h
authorKeith Seitz <keiths@redhat.com>
Wed, 22 Aug 2012 20:05:02 +0000 (20:05 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 22 Aug 2012 20:05:02 +0000 (20:05 +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 0b635c6256225cd9ace0cc64e38440444b6c82db..12083ac03bf6409f012d32f795aee2c998459013 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-22  Keith Seitz  <keiths@redhat.com>
+
+       * defs.h: Include build-gnulib/config.h
+
 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * symfile.c (allocate_symtab): Use host_address_to_string
index 1c6fa7941ca02c0a0ea1c9b937ae0a6b0171fea1..04ced041dc1c71f81a328dd57c6bb0c313eead55 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 7fc058855c5d5b96decb381ac8fc3eb783d855bb..d1bb34a9a2bc42cae7050789cbaf5d316617c66d 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-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
        * hostio.c (handle_pread): If pread fails, fall back to attempting
index bb5202cb33b1db3f2167d7e1f1cbf19302eb129e..5aaa98e20c92896515347dc03e5654701dcb76d8 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 02dfa292beeb596fafddae1973653bba4a1dc9c0..40d05a5636e6f57dd1395dcdd9da19164de9ef27 100644 (file)
@@ -21,6 +21,7 @@
 #define SERVER_H
 
 #include "config.h"
+#include "build-gnulib-gdbserver/config.h"
 
 #ifdef __MINGW32CE__
 #include "wincecompat.h"