PR 13596
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2004 06:32:01 +0000 (06:32 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2004 06:32:01 +0000 (06:32 +0000)
commit7850c77b65dfc62f85911b27bc7565246018cc06
tree3dd52337f3606374aad08d77be51f3f0a3275268
parent91caa6ca3986bf788a691be18aec8cafe401a1a0
PR 13596
* dbxout.c (dbx_output_lbrac, dbx_output_rbrac): New
functions, broken out of dbxout_block.
(dbxout_block): The block at depth 0 should get LBRAC/RBRAC
stabs too, if it contains symbols.  Use the begin_label and
the Lscope label (emitted by dbxout_function_end) for the
range of this block.

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