diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-30 05:25:10 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-30 05:25:10 +0000 |
commit | 5ef886dbbc144a021ba045d27340d2a18841f95c (patch) | |
tree | eac80e962d6c16b1a0b1740ab043e4425b394266 | |
parent | 47af5d5065b69b1038cde6903ae47725f3b8894d (diff) | |
download | gcc-5ef886dbbc144a021ba045d27340d2a18841f95c.zip gcc-5ef886dbbc144a021ba045d27340d2a18841f95c.tar.gz gcc-5ef886dbbc144a021ba045d27340d2a18841f95c.tar.bz2 |
Fix typo in last include change.
From-SVN: r2985
-rw-r--r-- | gcc/config/i386/gas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index be1118f..4821a89 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Note that i386/seq-gas.h is a GAS configuration that does not use this file. */ -#include "i386/386.h" +#include "i386/i386.h" #ifndef YES_UNDERSCORES /* Define this now, because i386/bsd.h tests it. */ |