This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix stabs debug output for ARM.


On Thu, Jul 13, 2006 at 06:19:54PM -0700, Ian Lance Taylor wrote:
> "Carlos O'Donell" <carlos@codesourcery.com> writes:
> 
> > 2006-07-10  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.
> 
> This is OK.

Checked in.

I also did a sanity check cross-compiling to AIX, which uses dbxout.c to
generate xcoff debugging.

Cheers,
Carlos.
-- 
Carlos O'Donell
CodeSourcery
carlos@codesourcery.com
(650) 331-3385 x716


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]