diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-16 17:31:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-16 17:31:46 +0000 |
commit | a52f90a4c836e751c6ae044de70069f617ca2301 (patch) | |
tree | bf21c7fb6e12ad79ae443af504527bcc7daf9c1d /gas/ChangeLog | |
parent | f4ae97e1bdfeddfb9ea2f006f1b6e18bc94ecbad (diff) | |
download | gdb-a52f90a4c836e751c6ae044de70069f617ca2301.zip gdb-a52f90a4c836e751c6ae044de70069f617ca2301.tar.gz gdb-a52f90a4c836e751c6ae044de70069f617ca2301.tar.bz2 |
* config/tc-i386.c (i386_operand): Use alloca rather than a fixed
buffer size to make a copy of the symbol.
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 1a24b7a..8bf6cc9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Mon Jun 16 12:45:56 1997 Ian Lance Taylor <ian@cygnus.com> + * config/tc-i386.c (i386_operand): Use alloca rather than a fixed + buffer size to make a copy of the symbol. + * Makefile.in (OBJS): Put @extra_objects@ on the same line as macro.o. |