OSDN Git Service

* tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 2009 10:46:11 +0000 (10:46 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 2009 10:46:11 +0000 (10:46 +0000)
commit888bd5c2dee816d01c760fa49d2a615507e3d606
treeccd535803458c5e9c5296cc0d263b63525bbd580
parent594bffbc24b8c00fb4ab8189b67307c61386d712
* tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
* dbxout.c (dbxout_function_end): Do not test DECL_IGNORED_P.
(dbxout_begin_function): Likewise.
* final.c (dwarf2_debug_info_emitted_p): New predicate.
(final_start_function): Do not emit debug info if DECL_IGNORED_P is
set on the function.
(final_end_function): Likewise.
(final_scan_insn): Likewise.
(rest_of_handle_final): Likewise.
* varasm.c (assemble_start_function): Likewise.
* config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151670 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/xcoff.h
gcc/dbxout.c
gcc/final.c
gcc/tree.h
gcc/varasm.c