summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-11-07 20:10:07 +0000
committerPedro Alves <palves@redhat.com>2012-11-07 20:10:07 +0000
commit0a3dfa95f9db12efdaec4612dd08feb696ecba6e (patch)
treeb59f05f9618c6b0044959777f2ab4cf26997399a /gdb
parent5cdd252cddeed8c3d748d9b7d71270d2728c1f66 (diff)
downloadgdb-0a3dfa95f9db12efdaec4612dd08feb696ecba6e.tar.gz
2012-11-07 Pedro Alves <palves@redhat.com>
* arm-tdep.c: Make defs.h be the first include. * coff-pe-read.c: Ditto. * gnu-nat.c: Ditto. * go32-nat.c: Ditto. * i386-nat.c: Ditto. * ppcnbsd-nat.c: Ditto. * ada-varobj.h: Don't include defs.h. * i386-darwin-tdep.h: Ditto. * i386-nat.h: Ditto.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog12
-rw-r--r--gdb/ada-varobj.h1
-rw-r--r--gdb/arm-tdep.c3
-rw-r--r--gdb/coff-pe-read.c3
-rw-r--r--gdb/gnu-nat.c3
-rw-r--r--gdb/go32-nat.c3
-rw-r--r--gdb/i386-darwin-tdep.h1
-rw-r--r--gdb/i386-nat.c2
-rw-r--r--gdb/i386-nat.h2
-rw-r--r--gdb/ppcnbsd-nat.c3
10 files changed, 23 insertions, 10 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 913592ac14a..b0923ffc3b3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2012-11-07 Pedro Alves <palves@redhat.com>
+ * arm-tdep.c: Make defs.h be the first include.
+ * coff-pe-read.c: Ditto.
+ * gnu-nat.c: Ditto.
+ * go32-nat.c: Ditto.
+ * i386-nat.c: Ditto.
+ * ppcnbsd-nat.c: Ditto.
+ * ada-varobj.h: Don't include defs.h.
+ * i386-darwin-tdep.h: Ditto.
+ * i386-nat.h: Ditto.
+
+2012-11-07 Pedro Alves <palves@redhat.com>
+
* MAINTAINERS: New FSF-appointed maintainers replace the Steering
Committee.
diff --git a/gdb/ada-varobj.h b/gdb/ada-varobj.h
index 2ef1a70c174..21f4ceca298 100644
--- a/gdb/ada-varobj.h
+++ b/gdb/ada-varobj.h
@@ -20,7 +20,6 @@
#ifndef ADA_VAROBJ_H
#define ADA_VAROBJ_H
-#include "defs.h"
#include "varobj.h"
struct value;
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 05a030a89c6..fbc2479bc67 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -18,9 +18,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "defs.h"
+
#include <ctype.h> /* XXX for isupper (). */
-#include "defs.h"
#include "frame.h"
#include "inferior.h"
#include "gdbcmd.h"
diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c
index 66c7c82e828..fd55170718b 100644
--- a/gdb/coff-pe-read.c
+++ b/gdb/coff-pe-read.c
@@ -21,9 +21,10 @@
Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk). */
+#include "defs.h"
+
#include "coff-pe-read.h"
-#include "defs.h"
#include "bfd.h"
#include "gdbtypes.h"
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 2ca01e17fc0..b34935e8e1e 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -22,6 +22,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "defs.h"
+
#include <ctype.h>
#include <errno.h>
#include <limits.h>
@@ -52,7 +54,6 @@
#include <portinfo.h>
-#include "defs.h"
#include "inferior.h"
#include "symtab.h"
#include "value.h"
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c
index d848017c0b5..ef1da9159a5 100644
--- a/gdb/go32-nat.c
+++ b/gdb/go32-nat.c
@@ -82,9 +82,10 @@
GDB does not use those as of this writing, and will never need
to. */
+#include "defs.h"
+
#include <fcntl.h>
-#include "defs.h"
#include "i386-nat.h"
#include "inferior.h"
#include "gdbthread.h"
diff --git a/gdb/i386-darwin-tdep.h b/gdb/i386-darwin-tdep.h
index 8be99462430..4732b2d4c8e 100644
--- a/gdb/i386-darwin-tdep.h
+++ b/gdb/i386-darwin-tdep.h
@@ -19,7 +19,6 @@
#ifndef __I386_DARWIN_TDEP_H__
#define __I386_DARWIN_TDEP_H__
-#include "defs.h"
#include "frame.h"
/* Mapping between the general-purpose registers in Darwin x86 thread_state
diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c
index e7d9b4d69bd..559bc29b44d 100644
--- a/gdb/i386-nat.c
+++ b/gdb/i386-nat.c
@@ -18,8 +18,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "i386-nat.h"
#include "defs.h"
+#include "i386-nat.h"
#include "breakpoint.h"
#include "command.h"
#include "gdbcmd.h"
diff --git a/gdb/i386-nat.h b/gdb/i386-nat.h
index c06993c910d..be563efa5fc 100644
--- a/gdb/i386-nat.h
+++ b/gdb/i386-nat.h
@@ -20,8 +20,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "defs.h"
-
#ifndef I386_NAT_H
#define I386_NAT_H 1
diff --git a/gdb/ppcnbsd-nat.c b/gdb/ppcnbsd-nat.c
index 8f732839fd4..2b7837dfeb8 100644
--- a/gdb/ppcnbsd-nat.c
+++ b/gdb/ppcnbsd-nat.c
@@ -19,13 +19,14 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "defs.h"
+
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>
#include <machine/pcb.h>
-#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"