Use new file names for included 386 files.
authorJames Van Artsdalen <jrv@gnu.org>
Mon, 28 Dec 1992 02:29:21 +0000 (02:29 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Mon, 28 Dec 1992 02:29:21 +0000 (02:29 +0000)
From-SVN: r2950

gcc/config/i386/aix386.h
gcc/config/i386/aix386ng.h
gcc/config/i386/isccoff.h
gcc/config/i386/sun386.h

index 133df6f167638f1bdfe87a063120bffd942ff426..e0ba824c2e4d7231083b94850988c5456bd3f152 100644 (file)
@@ -19,7 +19,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "i386.h"
+#include "i386/i386.h"
 
 /* Get the generic definitions for system V.3.  */
 
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Use the ATT assembler syntax.
    This overrides at least one macro (ASM_OUTPUT_LABELREF) from svr3.h.  */
 
-#include "att386.h"
+#include "i386/att.h"
 
 /* Use crt1.o as a startup file and crtn.o as a closing file.  */
 
index d26ecba381f7151bd1ae8aa7bc528f9ad4d4c64f..884188ea677bab32357a1c36a3b2de145138772d 100644 (file)
@@ -19,7 +19,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "i386.h"
+#include "i386/i386.h"
 
 /* Get the generic definitions for system V.3.  */
 
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Use the ATT assembler syntax.
    This overrides at least one macro (ASM_OUTPUT_LABELREF) from svr3.h.  */
 
-#include "att386.h"
+#include "i386/att.h"
 
 /* Use crt1.o as a startup file and crtn.o as a closing file.  */
 
index fdd7a8c90858c64f5c2d797f4fe8432d51a80da1..bcd5d749b680cda3b85f83195de1a28eb01bc6ba 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Mostly it's like AT&T Unix System V. */
 
-#include "i386v.h"
+#include "i386/svr3.h"
 
 /* But with a few changes.  */
-#include "isc.h"
+#include "i386/isc.h"
index 6e17be5a7882aaf5bfdf7ba298efe3cc24cf12f5..abd430b9fff2b1be63e57734dfe0380fe7a86341 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
 /* Include common aspects of all 386 Unix assemblers.  */
-#include "unx386.h"
+#include "i386/unix.h"
 
 #define TARGET_VERSION fprintf (stderr, " (80386, Sun syntax)");