This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25258] [4.0 regression/hpux] gcc generates incorrect stabs debug output
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2005 17:17:56 -0000
- Subject: [Bug target/25258] [4.0 regression/hpux] gcc generates incorrect stabs debug output
- References: <bug-25258-581@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from danglin at gcc dot gnu dot org 2005-12-12 17:17 -------
Subject: Bug 25258
Author: danglin
Date: Mon Dec 12 17:17:51 2005
New Revision: 108420
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108420
Log:
PR target/25258
* pa.c (pa_output_function_epilogue): Set cfun->machine->in_nsubspa to
indicate function epilogue has been output.
(pa_asm_output_mi_thunk): Likewise.
(output_deferred_plabels): Put plabels in readonly data section when
not generating PIC code.
(som_output_text_section_asm_op): Use .NSUBSPA to output debug
information. Add assert.
(som_output_comdat_data_section_asm_op): New function.
(pa_som_asm_init_sections): Use som_output_comdat_data_section_asm_op
instead of output_section_asm_op for COMDAT sections.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/pa/pa.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25258