diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:04 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:04 +0000 |
commit | c0dce458a1baaaf440a0f8732683b04d3058542a (patch) | |
tree | 7711072515453391275b510a46e5b2f93959baa4 /gcc | |
parent | 16e239e67a79f79662d6b655e71122ff95cccbe3 (diff) | |
download | gcc-c0dce458a1baaaf440a0f8732683b04d3058542a.zip gcc-c0dce458a1baaaf440a0f8732683b04d3058542a.tar.gz gcc-c0dce458a1baaaf440a0f8732683b04d3058542a.tar.bz2 |
Renamed from i386mach.h.
Use new file names for included 386 files.
From-SVN: r2943
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/mach.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index c4d4b37..71a1331 100644 --- a/gcc/config/i386/mach.h +++ b/gcc/config/i386/mach.h @@ -1,10 +1,10 @@ /* Configuration for an i386 running Mach as the target machine. */ /* We do want to add an underscore to the front of each user symbol. - i386gas.h checks this. */ + i386/gas.h checks this. */ #define YES_UNDERSCORES -#include "i386gstabs.h" +#include "i386/gstabs.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -Di386 -DMACH" |