Renamed from seq386.h.

Use new file names for included 386 files.

From-SVN: r2948
This commit is contained in:
James Van Artsdalen 1992-12-28 02:29:16 +00:00
parent 3892c9adc6
commit 2d4ed21bb9
1 changed files with 2 additions and 2 deletions

View File

@ -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.