bfd/
authorAlan Modra <amodra@gmail.com>
Thu, 26 Apr 2007 14:58:51 +0000 (14:58 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 26 Apr 2007 14:58:51 +0000 (14:58 +0000)
* sysdep.h: Include config.h first.
Many files: Include sysdep.h before bfd.h.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
binutils/
* bucumm.h: Split off host dependencies to..
* sysdep.h: ..here.
Many files: Include sysdep.h.  Remove duplicate headers and reorder.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
ld/
Many files: Include sysdep.h first.  Remove duplicate headers.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
opcodes/
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* ns32k-dis.c: Include sysdep.h first.

bfd/ChangeLog
bfd/sysdep.h
binutils/ChangeLog
ld/ChangeLog
opcodes/ChangeLog

index 49b17b1991dbffcc2e0a24d3857fbd7bc720a40d..43b8a84efdfdcb904f350b0b9de28dc07225f278 100644 (file)
@@ -1,3 +1,10 @@
+2007-04-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * sysdep.h: Include config.h first.
+       Many files: Include sysdep.h before bfd.h.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
 2007-04-25  Alan Modra  <amodra@bigpond.net.au>
 
        * sysdep.h: Revert last change.
index f6313d3905ce5a910dc2f8fb7ba945c450a52b3a..e1b070b4a899b28c8a85bcc41c81522e17f775dd 100644 (file)
@@ -1,5 +1,5 @@
 /* sysdep.h -- handle host dependencies for the BFD library
-   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2007
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
@@ -22,10 +22,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 #ifndef BFD_SYSDEP_H
 #define BFD_SYSDEP_H
 
-#include "ansidecl.h"
-
 #include "config.h"
 
+#include "ansidecl.h"
+
 #ifdef HAVE_STDDEF_H
 #include <stddef.h>
 #endif
index f08eb9eb151a320226e146491db1a6a629781b69..75afac3f5b9fd321261650804f17830de58974e8 100644 (file)
@@ -1,3 +1,11 @@
+2007-04-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * bucumm.h: Split off host dependencies to..
+       * sysdep.h: ..here.
+       Many files: Include sysdep.h.  Remove duplicate headers and reorder.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
 2007-04-24  Nick Clifton  <nickc@redhat.com>
 
        * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
index 357187f90fa728e9910a8b568daa65a504bd781d..7529d535c595225f3e5c3c260fd7f52c6c97f87f 100644 (file)
@@ -1,3 +1,9 @@
+2007-04-27  Alan Modra  <amodra@bigpond.net.au>
+
+       Many files: Include sysdep.h first.  Remove duplicate headers.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.in: Regenerate.
index 7a3f5141879bc85d160eb48179a697cc6bbc8c0e..7e30c27008ffc064c831bcdd60c0ed23cafe5997 100644 (file)
@@ -1,8 +1,15 @@
+2007-04-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * ns32k-dis.c: Include sysdep.h first.
+
 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
        opcode.
-       * opcodes/s390-opc.txt (pfpo, ectg, csst): New z9-ec instructions added.
+       * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
+
 2007-04-24  Nick Clifton  <nickc@redhat.com>
 
        * arm-dis.c (print_insn): Initialise type.
This page took 0.046284 seconds and 4 git commands to generate.