aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-26 19:10:48 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-26 19:10:48 +0000
commita089d2da979c9e8f2db869c30c104c45579fb00a (patch)
treeb265f9f6218e6f268ace932d260b351f529c99e1 /gas/ChangeLog
parent977d53fc870e6e110afa8fd36b66da34f2ac9d03 (diff)
downloadgdb-a089d2da979c9e8f2db869c30c104c45579fb00a.zip
gdb-a089d2da979c9e8f2db869c30c104c45579fb00a.tar.gz
gdb-a089d2da979c9e8f2db869c30c104c45579fb00a.tar.bz2
* as.h: Don't define alloca if __GNUC__. Just declare it.
* macro.c: Copy alloca handling from as.h.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e6eed86..442a9ee 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -7,6 +7,9 @@ Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com>
end-sanitize-v850
Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com>
+ * as.h: Don't define alloca if __GNUC__. Just declare it.
+ * macro.c: Copy alloca handling from as.h.
+
* config/tc-i386.c (i386_align_code): Correct 16 bit noops. From
Gabriel Paubert <paubert@iram.es>.