diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:26 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:26 +0000 |
commit | 5ab576d85b1451bb94a42bb098477738ee8a86ed (patch) | |
tree | 3bcffe403dda5af3e2e52bcc93133d26ee8aa285 | |
parent | 8bc48e34e01a9770a4cde03fd9d6b90d3c61563d (diff) | |
download | gcc-5ab576d85b1451bb94a42bb098477738ee8a86ed.zip gcc-5ab576d85b1451bb94a42bb098477738ee8a86ed.tar.gz gcc-5ab576d85b1451bb94a42bb098477738ee8a86ed.tar.bz2 |
Renamed from i386v4.h.
Use new file names for included 386 files.
From-SVN: r2952
-rw-r--r-- | gcc/config/i386/sysv4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index ed5159e..7e555a2 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -19,8 +19,8 @@ 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" /* Base i386 target machine definitions */ -#include "att386.h" /* Use the i386 AT&T assembler syntax */ +#include "i386/i386.h" /* Base i386 target machine definitions */ +#include "i386/att.h" /* Use the i386 AT&T assembler syntax */ #include "svr4.h" /* Definitions common to all SVR4 targets */ #undef TARGET_VERSION |