aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-08-30 23:37:15 +0000
committerKen Raeburn <raeburn@cygnus>1994-08-30 23:37:15 +0000
commita48f997a6bdb8a634169cb7093f9a25e79243895 (patch)
tree5a0d019a767bc51993b59841a58f595fc8b6a89c /gas
parentbad5ceb8162e41575f211533a1259a809fb37b87 (diff)
downloadgdb-a48f997a6bdb8a634169cb7093f9a25e79243895.zip
gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.tar.gz
gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.tar.bz2
fix mpw problem with ".." for stan
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/as.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 40b8286..03b2983 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 30 19:31:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * as.h: Include alloca-conf.h from "libiberty", not
+ "../libiberty".
+
Mon Aug 29 16:11:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* config/tc-ppc.c (md_apply_fix): Don't generate a reloc when a
diff --git a/gas/as.h b/gas/as.h
index fa3a8ea..adfa7b5 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -38,7 +38,7 @@
/* These #defines are for parameters of entire assembler. */
/* For some systems, this is required to be first. */
-#include "../libiberty/alloca-conf.h"
+#include "libiberty/alloca-conf.h"
/* Now, tend to the rest of the configuration. */
#include "config.h"