dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.
authorCarlos O'Donell <carlos@codesourcery.com>
Fri, 14 Jul 2006 15:54:23 +0000 (15:54 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Fri, 14 Jul 2006 15:54:23 +0000 (15:54 +0000)
commit03471b3fcd6dd21855ba0ed90b7963d90904b08b
tree7371a8b2fee00fa92e9edb125a2420b945596e6d
parent1470f196e47e33334ca4ff0cd71ebd3a1bad30de
dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.

gcc/

2006-07-14  Carlos O'Donell  <carlos@codesoucery.com>

* dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.
(dbxout_function_end): Use local label LFBB. Remove hook DBX_OUTPUT_NFUN.
(dbxout_source_line): Use local label LFBB.
(dbxout_block): Likewise.
(dbx_output_lbrac): Remove hook DBX_OUTPUT_LBRAC.
(dbx_output_rbrac): Remove hook DBX_OUTPUT_RBRAC.
* config/rs6000/linux64.h: Remove DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC,
and DBX_OUTPUT_NFUN.

From-SVN: r115444
gcc/ChangeLog
gcc/config/rs6000/linux64.h
gcc/dbxout.c