aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:29:23 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:29:23 +0000
commit8bc48e34e01a9770a4cde03fd9d6b90d3c61563d (patch)
treee5167fb09e142eafb336945b1d9f6512ab4c39e5 /gcc
parent527a19d3b231fc49524511ae1e165397320c155d (diff)
downloadgcc-8bc48e34e01a9770a4cde03fd9d6b90d3c61563d.zip
gcc-8bc48e34e01a9770a4cde03fd9d6b90d3c61563d.tar.gz
gcc-8bc48e34e01a9770a4cde03fd9d6b90d3c61563d.tar.bz2
Renamed from i386v.h.
Use new file names for included 386 files. From-SVN: r2951
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/sysv3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h
index 41b4015..f507066 100644
--- a/gcc/config/i386/sysv3.h
+++ b/gcc/config/i386/sysv3.h
@@ -18,7 +18,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"
/* Use default settings for system V.3. */
@@ -27,7 +27,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. */