diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:19 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:19 +0000 |
commit | 276f69160da297aa3031e283cde471cb904bca5d (patch) | |
tree | 4b340cde31525abcc81f197980442663805cf7ea | |
parent | 2d4ed21bb90bcf75473c670ef9f6ce812b7f0c43 (diff) | |
download | gcc-276f69160da297aa3031e283cde471cb904bca5d.zip gcc-276f69160da297aa3031e283cde471cb904bca5d.tar.gz gcc-276f69160da297aa3031e283cde471cb904bca5d.tar.bz2 |
Renamed from i386sun.h.
Use new file names for included 386 files.
From-SVN: r2949
-rw-r--r-- | gcc/config/i386/sun.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h index 5bc96f9..8f72657 100644 --- a/gcc/config/i386/sun.h +++ b/gcc/config/i386/sun.h @@ -18,11 +18,11 @@ 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 the Sun assembler syntax. */ -#include "sun386.h" +#include "i386/sun386.h" /* Use crt0.o as a startup file. */ |