OSDN Git Service

* i386.c: Move include of "config.h" to before that of <setjmp.h>.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Sep 2000 08:05:55 +0000 (08:05 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Sep 2000 08:05:55 +0000 (08:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36677 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.c

index 51c42f2..9570b28 100644 (file)
@@ -1,5 +1,9 @@
 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
 
 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
 
+       * i386.c: Move include of "config.h" to before that of <setjmp.h>.
+
+2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
+
        * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
        Consistently use @email for formatting email addresses.
 
        * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
        Consistently use @email for formatting email addresses.
 
index b66e5a4..1f0bee7 100644 (file)
@@ -19,8 +19,8 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include <setjmp.h>
 #include "config.h"
 #include "config.h"
+#include <setjmp.h>
 #include "system.h"
 #include "rtl.h"
 #include "tree.h"
 #include "system.h"
 #include "rtl.h"
 #include "tree.h"