aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:29:21 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:29:21 +0000
commit527a19d3b231fc49524511ae1e165397320c155d (patch)
tree424586e95291fb5a0a198124899e2b407d0208ba /gcc
parent276f69160da297aa3031e283cde471cb904bca5d (diff)
downloadgcc-527a19d3b231fc49524511ae1e165397320c155d.zip
gcc-527a19d3b231fc49524511ae1e165397320c155d.tar.gz
gcc-527a19d3b231fc49524511ae1e165397320c155d.tar.bz2
Use new file names for included 386 files.
From-SVN: r2950
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/aix386.h4
-rw-r--r--gcc/config/i386/aix386ng.h4
-rw-r--r--gcc/config/i386/isccoff.h4
-rw-r--r--gcc/config/i386/sun386.h2
4 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/i386/aix386.h b/gcc/config/i386/aix386.h
index 133df6f..e0ba824 100644
--- a/gcc/config/i386/aix386.h
+++ b/gcc/config/i386/aix386.h
@@ -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. */
diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h
index d26ecba..884188e 100644
--- a/gcc/config/i386/aix386ng.h
+++ b/gcc/config/i386/aix386ng.h
@@ -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. */
diff --git a/gcc/config/i386/isccoff.h b/gcc/config/i386/isccoff.h
index fdd7a8c..bcd5d74 100644
--- a/gcc/config/i386/isccoff.h
+++ b/gcc/config/i386/isccoff.h
@@ -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"
diff --git a/gcc/config/i386/sun386.h b/gcc/config/i386/sun386.h
index 6e17be5..abd430b 100644
--- a/gcc/config/i386/sun386.h
+++ b/gcc/config/i386/sun386.h
@@ -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)");