OSDN Git Service

Fix ChangeLog entry:
authordodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Nov 2008 10:55:01 +0000 (10:55 +0000)
committerdodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Nov 2008 10:55:01 +0000 (10:55 +0000)
PR debug/27574
* cgraph.h: New abstract_and_needed member to struct cgraph_node.
* cgraphunit.c (cgraph_analyze_functions): Flag abstract functions
- which clones are reachable - as "abstract and needed".
* cgraph.c (cgraph_release_function_body):  If a node is
"abstract and needed", do not release its DECL_INITIAL() content
that will be needed to emit debug info.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141819 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index c53ee19..aae0e9c 100644 (file)
@@ -18,9 +18,9 @@
        * cgraph.h: New abstract_and_needed member to struct cgraph_node.
        * cgraphunit.c (cgraph_analyze_functions): Flag abstract functions
        - which clones are reachable - as "abstract and needed".
-       * cgraph.c (cgraph_release_function_body):  If a node is "abstract and needed",
-       do not release its DECL_INITIAL() content because that will be needed to emit
-       debug info.
+       * cgraph.c (cgraph_release_function_body):  If a node is
+       "abstract and needed", do not release its DECL_INITIAL() content
+       that will be needed to emit debug info.
 
 2008-11-12  Steve Ellcey  <sje@cup.hp.com>