* defs.h: Include build-gnulib/config.h
* server.h: Include build-gnulib-gbserver/config.h. * gdbreplay.c: Likewise.
This commit is contained in:
parent
6ca1b14767
commit
406b1477f5
@ -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
|
||||
|
@ -27,6 +27,7 @@
|
||||
#endif
|
||||
|
||||
#include "config.h" /* Generated by configure. */
|
||||
#include "build-gnulib/config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define SERVER_H
|
||||
|
||||
#include "config.h"
|
||||
#include "build-gnulib-gdbserver/config.h"
|
||||
|
||||
#ifdef __MINGW32CE__
|
||||
#include "wincecompat.h"
|
||||
|
Loading…
Reference in New Issue
Block a user