projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f9ea3
)
Fix last entry v2.
author
Richard Sandiford
<rsandifo@gcc.gnu.org>
Wed, 5 Dec 2007 10:53:51 +0000
(10:53 +0000)
committer
Richard Sandiford
<rsandifo@gcc.gnu.org>
Wed, 5 Dec 2007 10:53:51 +0000
(10:53 +0000)
From-SVN: r130621
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a4178182deeac73a6504194572e4c78f14643ce6..dee50272970646005460eed13791c5740fc48b03 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-5,7
+5,7
@@
(new_optab): Delete.
(init_optab, init_optabv): Don't call new_optab.
(init_convert_optab): Don't clear the insn codes.
- (init_optabs): Call
clear
_insn_codes.
+ (init_optabs): Call
init
_insn_codes.
2007-12-04 Jakub Jelinek <jakub@redhat.com>