diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-30 23:37:15 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-30 23:37:15 +0000 |
commit | a48f997a6bdb8a634169cb7093f9a25e79243895 (patch) | |
tree | 5a0d019a767bc51993b59841a58f595fc8b6a89c /gas | |
parent | bad5ceb8162e41575f211533a1259a809fb37b87 (diff) | |
download | gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.zip gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.tar.gz gdb-a48f997a6bdb8a634169cb7093f9a25e79243895.tar.bz2 |
fix mpw problem with ".." for stan
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/as.h | 2 |
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 @@ -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" |