From 3892c9adc67ca41d6dda71ea1ea0116f4be01587 Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Mon, 28 Dec 1992 02:29:15 +0000 Subject: Renamed from seq386gas.h. Use new file names for included 386 files. From-SVN: r2947 --- gcc/config/i386/seq-gas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/i386/seq-gas.h b/gcc/config/i386/seq-gas.h index ebbbf2f..2ee0719 100644 --- a/gcc/config/i386/seq-gas.h +++ b/gcc/config/i386/seq-gas.h @@ -3,7 +3,7 @@ /* Mostly it's like a Sequent 386 without GAS. */ -#include "seq386.h" +#include "i386/sequent.h" /* A C statement or statements which output an assembler instruction opcode to the stdio stream STREAM. The macro-operand PTR is a @@ -37,7 +37,7 @@ count is in %cl. Some assemblers require %cl as an argument; some don't. - GAS requires the %cl argument, so override unx386.h. */ + GAS requires the %cl argument, so override i386/unix.h. */ #undef AS3_SHIFT_DOUBLE #define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) -- cgit v1.1