diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:16 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:16 +0000 |
commit | 2d4ed21bb90bcf75473c670ef9f6ce812b7f0c43 (patch) | |
tree | 2bbb3d1a79946b0aad611c30d3562db076853df0 | |
parent | 3892c9adc67ca41d6dda71ea1ea0116f4be01587 (diff) | |
download | gcc-2d4ed21bb90bcf75473c670ef9f6ce812b7f0c43.zip gcc-2d4ed21bb90bcf75473c670ef9f6ce812b7f0c43.tar.gz gcc-2d4ed21bb90bcf75473c670ef9f6ce812b7f0c43.tar.bz2 |
Renamed from seq386.h.
Use new file names for included 386 files.
From-SVN: r2948
-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 6430524..faab8d1 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. |