diff options
author | Andi Kleen <ak@gcc.gnu.org> | 2010-07-23 05:26:48 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2010-07-23 05:26:48 +0000 |
commit | 0011a34c22ab26fc474b70bb7773bdf2f95c8d6f (patch) | |
tree | b8e0ce0ab96fba650ff0268087fb6304378269d2 | |
parent | fbbc5704999e6899a03fe7c30457feed07a5d271 (diff) | |
download | gcc-0011a34c22ab26fc474b70bb7773bdf2f95c8d6f.zip gcc-0011a34c22ab26fc474b70bb7773bdf2f95c8d6f.tar.gz gcc-0011a34c22ab26fc474b70bb7773bdf2f95c8d6f.tar.bz2 |
Add changelog for last commit
From-SVN: r162442
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2010-07-10 Andi Kleen <ak@linux.intel.com> + + * 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 <ak@linux.intel.com> * lto-section-in.c (lto_section_name): Synchronize names |