diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:02 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:02 +0000 |
commit | 16e239e67a79f79662d6b655e71122ff95cccbe3 (patch) | |
tree | 618e599d1c937b83cce358c09b6973af5e11e6c2 /gcc | |
parent | 4ace44554c7a08bbd4c70bf3e4e750323c026528 (diff) | |
download | gcc-16e239e67a79f79662d6b655e71122ff95cccbe3.zip gcc-16e239e67a79f79662d6b655e71122ff95cccbe3.tar.gz gcc-16e239e67a79f79662d6b655e71122ff95cccbe3.tar.bz2 |
Renamed from i386linux.h.
Use new file names for included 386 files.
From-SVN: r2942
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 5b2e96a..11651a3 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -17,10 +17,10 @@ #endif -/* This is tested by i386gas.h. */ +/* This is tested by i386/gas.h. */ #define YES_UNDERSCORES -#include "i386gstabs.h" +#include "i386/gstabs.h" /* Specify predefined symbols in preprocessor. */ |