diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-09-08 15:34:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-09-08 15:34:59 +0000 |
commit | bb4344966739122e8bd623150367f2fb3667f8e8 (patch) | |
tree | eb8849b7536cbc0b4964d2f14db2776965e67cee /gas | |
parent | d719efc6d5435a174fc9dfafff1c6f8d2d7e7c04 (diff) | |
download | gdb-bb4344966739122e8bd623150367f2fb3667f8e8.zip gdb-bb4344966739122e8bd623150367f2fb3667f8e8.tar.gz gdb-bb4344966739122e8bd623150367f2fb3667f8e8.tar.bz2 |
* as.h: Don't declare alloca if it is a macro.
* macro.c: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6ff1d9a..60ed055 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 8 11:20:46 1997 Ian Lance Taylor <ian@cygnus.com> + + * as.h: Don't declare alloca if it is a macro. + * macro.c: Likewise. + start-sanitize-tx19 Sun Sep 7 16:04:53 1997 Gavin Koch <gavin@cygnus.com> |