]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR 18199
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2004 21:00:59 +0000 (21:00 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2004 21:00:59 +0000 (21:00 +0000)
commit8a2df6f8bf15595048c1b26660e2169bec58e8d8
tree7d9c470d1f05a6fb0bdc636091edfcc634cf66a5
parent0cb38f3ea4061d3c0045facb63df032c399a2910
PR 18199
* dbxout.c (dbxout_begin_complex_stabs_noforcetext): New function.
(DBX_FINISH_STABS): Add (unused by default) SYM parameter.
(dbxout_finish_complex_stabs): Update to match.
(dbxout_symbol_location): Call emit_pending_bincls_if_required
and FORCE_TEXT before DBX_STATIC_BLOCK_START.  Use
dbxout_begin_complex_stabs_noforcetext.
* xcoffout.h (DBX_FINISH_STABS): Restore special case for
N_GSYM, using new SYM parameter.  Correct logic for special
cases for N_FUN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89781 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dbxout.c
gcc/xcoffout.h