* 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.
This commit is contained in:
Ian Lance Taylor 1996-03-28 23:13:30 +00:00
parent 3c071b9f4e
commit 3197da91f9
1 changed files with 5 additions and 0 deletions

View File

@ -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.