summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-09 13:37:33 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-09 13:37:33 +0000
commit6d0f519436125ae994a3168c35d25db8e084e31b (patch)
tree0ddb3007358b125da15e97402e4ba700a7aa4b96 /gcc/ChangeLog
parent9b6b9b029ec9b1b25472c5e86f0f95a51bb043ef (diff)
downloadgcc-6d0f519436125ae994a3168c35d25db8e084e31b.tar.gz
Forgotten hunk from my last merge patch:
* final.c (output_addr_const): Do not call mark_referenced. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97897 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 4075d9b5a1e..293ded6c5ed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-09 Jan Hubicka <jh@suse.cz>
+
+ Forgotten hunk from my last merge patch:
+ * final.c (output_addr_const): Do not call mark_referenced.
+
2005-04-09 Andrew MacLeod <amacleod@redhat.com>
* doc/tree-ssa.texi: Add immediate use documentation.