------- Comment #9 from cvs-commit at gcc dot gnu dot org  2005-10-26 07:03 
-------
Subject: Bug 24460

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]   2005-10-26 07:03:32

Modified files:
        gcc            : ChangeLog bb-reorder.c dwarf2out.c output.h 
                         varasm.c 

Log message:
        PR rtl-optimization/24460
        * dwarf2out.c (have_switched_text_sections): New boolean variable.
        (dwarf2out_switch_text_section): Set it to true instead of
        incrementing separate_line_info_table_in_use.
        (output_loc_list): Additionally test have_switched_text_sections.
        (output_ranges): Likewise.
        (dwarf2out_finish): Likewise.
        * varasm.c (assemble_start_function): Do not call
        insert_section_boundary_note.
        (assemble_end_function): If flag_reorder_blocks_and_partition,
        switch to the function's section before emitting the .size directive.
        * bb-reorder.c (insert_section_boundary_note): Staticify.
        (rest_of_handle_reorder_blocks): Call insert_section_boundary_note.
        * output.h (insert_section_boundary_note): Delete.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.10214&r2=2.10215
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/bb-reorder.c.diff?cvsroot=gcc&r1=1.115&r2=1.116
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.615&r2=1.616
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/output.h.diff?cvsroot=gcc&r1=1.161&r2=1.162
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.534&r2=1.535


-- 


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

Reply via email to