From 2994ee14701b771512abbd318a26062f54d9ba27 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Fri, 23 Jul 2010 05:54:11 +0000 Subject: [PATCH] Move changelogs to correct files From-SVN: r162447 --- ChangeLog | 17 ----------------- gcc/ChangeLog | 5 +++++ gcc/lto/ChangeLog | 12 ++++++++++++ 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8425c50..d771816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,3 @@ -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 - with lto_get_section_name. - 2010-07-22 Andi Kleen * MAINTAINERS (Write After Approval): Add myself. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99635b6..30d3516 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -15,6 +15,11 @@ 2010-07-10 Andi Kleen + * lto-section-in.c (lto_section_name): Synchronize names + with lto_get_section_name. + +2010-07-10 Andi Kleen + * lto-opts.c (lto_read_file_options): Check for missing section. 2010-07-22 Bernd Schmidt diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 97853b3..6d3e7b8 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -14,6 +14,18 @@ (lto_flatten_file): Add. (read_cgraph_and_symbols): Handle linked lists of file_datas. +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-08 Manuel López-Ibáñez * lto-coff.c: Include diagnostic-core.h in every file that -- 2.7.4