aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:29:15 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:29:15 +0000
commit3892c9adc67ca41d6dda71ea1ea0116f4be01587 (patch)
tree29afefd31dc8f5b24e421ab4a6298dc0f489da83 /gcc
parent86050b33b593e70291099e32633e5e1db8922a89 (diff)
downloadgcc-3892c9adc67ca41d6dda71ea1ea0116f4be01587.zip
gcc-3892c9adc67ca41d6dda71ea1ea0116f4be01587.tar.gz
gcc-3892c9adc67ca41d6dda71ea1ea0116f4be01587.tar.bz2
Renamed from seq386gas.h.
Use new file names for included 386 files. From-SVN: r2947
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/seq-gas.h4
1 files changed, 2 insertions, 2 deletions
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)