summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-27 06:45:28 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-27 06:45:28 +0000
commitc8b8ac0031dd1a7c291f22578cc83ddbadca476f (patch)
treea6edf89fff04535770557bb775c9a8946fe11b1a /gcc/ChangeLog
parent68415ba9813e78d3deef03a80b627b9daed6252c (diff)
downloadgcc-c8b8ac0031dd1a7c291f22578cc83ddbadca476f.tar.gz
* cgraphunit.c (cgraph_function_and_variable_visibility): Set
visibility flags correctly in whole program mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 06b638d6719..8ab2a1a1f5d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-27 Jan Hubicka <jh@suse.cz>
+
+ * cgraphunit.c (cgraph_function_and_variable_visibility): Set
+ visibility flags correctly in whole program mode.
+
2005-07-26 Steve Ellcey <sje@cup.hp.com>
PR rtl-optimization/22472