public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/39707]  New: gcc does not emit debug_pubtypes
@ 2009-04-09 23:54 tromey at gcc dot gnu dot org
  2009-06-30 20:05 ` [Bug debug/39707] " tromey at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: tromey at gcc dot gnu dot org @ 2009-04-09 23:54 UTC (permalink / raw)
  To: gcc-bugs

gcc does not emit debug_pubtypes, except on Darwin.
It seems like it ought to do this unconditionally,
given that it is part of dwarf.


-- 
           Summary: gcc does not emit debug_pubtypes
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39707


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug debug/39707] gcc does not emit debug_pubtypes
  2009-04-09 23:54 [Bug debug/39707] New: gcc does not emit debug_pubtypes tromey at gcc dot gnu dot org
@ 2009-06-30 20:05 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: tromey at gcc dot gnu dot org @ 2009-06-30 20:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tromey at gcc dot gnu dot org  2009-06-30 20:05 -------
Fixed on trunk:

2009-06-11  Richard Henderson  <rth@redhat.com>

        * common.opt (gdwarf-): Accept a version number.
        * doc/invoke.texi (gdwarf-): Update docs.
        * opth-gen.awk: Special case -gdwarf+ to OPT_gdwarfplus.
        * opts.c (common_handle_option) [OPT_gdwarf_]: Verify dwarf
        version level, and record it.

        * dwarf2.h (DW_CIE_VERSION): Remove.
        * dwarf2out.c (DWARF_VERSION): Remove.
        (add_fde_cfi): Skip DW_CFA_set_loc addition for dwarf3.
        (output_call_frame_info): Use CIE version 3 for dwarf3,
        or if the return register column is out of range for version 1.
        (dwarf_stack_op_name): Add all dwarf3 values.
        (DEBUG_PUBTYPES_SECTION): New.
        (size_of_die) [dw_val_class_die_ref]: Handle DW_FORM_ref_addr
        encoding change for dwarf3.
        (output_die) [dw_val_class_die_ref]: Likewise.
        (output_compilation_unit_header): Emit correct version for dwarf3.
        (output_line_info): Likewise.
        (output_pubnames): Update for DWARF_VERSION removal.
        (output_aranges): Likewise.
        (gen_subprogram_die): Emit DW_OP_call_frame_cfa if emitting dwarf3.
        (dwarf2out_init): Don't ifdef DEBUG_PUBTYPES_SECTION.
        (dwarf2out_finish): Likewise.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39707


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-30 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-09 23:54 [Bug debug/39707] New: gcc does not emit debug_pubtypes tromey at gcc dot gnu dot org
2009-06-30 20:05 ` [Bug debug/39707] " tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).