diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-26 19:10:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-26 19:10:48 +0000 |
commit | a089d2da979c9e8f2db869c30c104c45579fb00a (patch) | |
tree | b265f9f6218e6f268ace932d260b351f529c99e1 /gas/ChangeLog | |
parent | 977d53fc870e6e110afa8fd36b66da34f2ac9d03 (diff) | |
download | gdb-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/ChangeLog | 3 |
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>. |