diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-28 23:13:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-28 23:13:30 +0000 |
commit | 3197da91f90da028652216b219de00c81eeb0914 (patch) | |
tree | 15dd13506d0c19691fe844057e1c923ca7b07478 /gas | |
parent | 3c071b9f4e86281ee21965200855c176a729992c (diff) | |
download | gdb-3197da91f90da028652216b219de00c81eeb0914.zip gdb-3197da91f90da028652216b219de00c81eeb0914.tar.gz gdb-3197da91f90da028652216b219de00c81eeb0914.tar.bz2 |
* stabs.c (s_stab_generic): Call the listing functions before
doing the rest of the processing, which may involve freeing the
string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
SEPARATE_STAB_SECTIONS case.
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 d83db77..b4189ce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com> + * stabs.c (s_stab_generic): Call the listing functions before + doing the rest of the processing, which may involve freeing the + string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in + SEPARATE_STAB_SECTIONS case. + * config/tc-hppa.c: Remove nested comment. (tc_gen_reloc): Move label done inside the ifdef in which it is used. |