diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:28:48 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:28:48 +0000 |
commit | e92cec9da86c3389c892c932541c78393fec70f9 (patch) | |
tree | edc24ec01493cfa9c03e7e4913f331926219b37a /gcc | |
parent | 14f8c6d27551637d036934a0f65fbf62639ba390 (diff) | |
download | gcc-e92cec9da86c3389c892c932541c78393fec70f9.zip gcc-e92cec9da86c3389c892c932541c78393fec70f9.tar.gz gcc-e92cec9da86c3389c892c932541c78393fec70f9.tar.bz2 |
Renamed from att386.h.
Use new file names for included 386 files.
From-SVN: r2938
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/att.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index f07bbe0..dce43a9 100644 --- a/gcc/config/i386/att.h +++ b/gcc/config/i386/att.h @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Include common aspects of all 386 Unix assemblers. */ -#include "unx386.h" +#include "i386/unix.h" #define TARGET_VERSION fprintf (stderr, " (80386, ATT syntax)"); |