diff options
author | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-28 02:29:16 +0000 |
---|---|---|
committer | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-28 02:29:16 +0000 |
commit | 5fb00bbae2507cdaa3b6307496c9dc4e72a7bf21 (patch) | |
tree | 2bbb3d1a79946b0aad611c30d3562db076853df0 /gcc/config/i386/sequent.h | |
parent | b351a30cae72fc28457e555a463dc03463151886 (diff) | |
download | gcc-5fb00bbae2507cdaa3b6307496c9dc4e72a7bf21.tar.gz |
Renamed from seq386.h.
Use new file names for included 386 files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sequent.h')
-rw-r--r-- | gcc/config/i386/sequent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index 64305240953..faab8d1e117 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -17,11 +17,11 @@ You should have received a copy of the GNU General Public License 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 BSD assembler syntax. */ -#include "bsd386.h" +#include "i386/bsd.h" /* By default, don't use IEEE compatible arithmetic comparisons because the assembler can't handle the fucom insn. |