From aa5c56571d44e75a4ac0d2824131e011cd38a7c2 Mon Sep 17 00:00:00 2001 From: ak Date: Fri, 23 Jul 2010 05:26:48 +0000 Subject: [PATCH] Add changelog for last commit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162442 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e31de52ad3..8425c500915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2010-07-10 Andi Kleen + + * lto-coff.c (hash_name, eq_name): Move. + (lto_obj_build_section_table): Call lto_obj_create_section_hash_table. + * lto-elf.c: (hash_name, eq_name): Move. + (lto_obj_build_section_table): Call lto_obj_create_section_hash_table. + * lto-macho.c: (hash_name, eq_name): Move. + (lto_obj_build_section_table): Call lto_obj_create_section_hash_table. + * lto.c: (hash_name, eq_name): Move from lto-*.c + (lto_obj_create_section_hash_table): Add. + (free_with_string): Add. + 2010-07-10 Andi Kleen * lto-section-in.c (lto_section_name): Synchronize names -- 2.11.4.GIT