From 276f69160da297aa3031e283cde471cb904bca5d Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Mon, 28 Dec 1992 02:29:19 +0000 Subject: [PATCH] Renamed from i386sun.h. Use new file names for included 386 files. From-SVN: r2949 --- gcc/config/i386/sun.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h index 5bc96f971634..8f7265750d4f 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. */ -- 2.43.5