projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd3dba5
)
Fix errnoeous ChangeLog entry.
author
Diego Novillo
<dnovillo@gcc.gnu.org>
Fri, 3 Jun 2011 18:05:34 +0000
(14:05 -0400)
committer
Diego Novillo
<dnovillo@gcc.gnu.org>
Fri, 3 Jun 2011 18:05:34 +0000
(14:05 -0400)
From-SVN: r174611
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 9feb8fdb87b076c0b1ae772ebcfe9838788e063d..2831dabdf7f09d4b144e8f77429799bd9427d14f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-31,7
+31,7
@@
(lto_register_var_decl_in_symtab): Likewise.
(lto_register_function_decl_in_symtab): Likewise.
(lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
- logic to
lto_read_decl
s.
+ logic to
uniquify_node
s.
2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>