aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-12-30 05:25:10 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-12-30 05:25:10 +0000
commit5ef886dbbc144a021ba045d27340d2a18841f95c (patch)
treeeac80e962d6c16b1a0b1740ab043e4425b394266 /gcc
parent47af5d5065b69b1038cde6903ae47725f3b8894d (diff)
downloadgcc-5ef886dbbc144a021ba045d27340d2a18841f95c.zip
gcc-5ef886dbbc144a021ba045d27340d2a18841f95c.tar.gz
gcc-5ef886dbbc144a021ba045d27340d2a18841f95c.tar.bz2
Fix typo in last include change.
From-SVN: r2985
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/gas.h2
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. */