From: Ian Lance Taylor Date: Thu, 28 Mar 1996 23:13:30 +0000 (+0000) Subject: * stabs.c (s_stab_generic): Call the listing functions before X-Git-Tag: gdb-4_18~8982 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3197da91f90da028652216b219de00c81eeb0914;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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 + * 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.