aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:28:48 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-12-28 02:28:48 +0000
commite92cec9da86c3389c892c932541c78393fec70f9 (patch)
treeedc24ec01493cfa9c03e7e4913f331926219b37a
parent14f8c6d27551637d036934a0f65fbf62639ba390 (diff)
downloadgcc-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
-rw-r--r--gcc/config/i386/att.h2
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)");