Move changelogs to correct files
From-SVN: r162447
This commit is contained in:
parent
73ce4d1ed6
commit
2994ee1470
17
ChangeLog
17
ChangeLog
@ -1,20 +1,3 @@
|
|||||||
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
|
|
||||||
with lto_get_section_name.
|
|
||||||
|
|
||||||
2010-07-22 Andi Kleen <ak@linux.intel.com>
|
2010-07-22 Andi Kleen <ak@linux.intel.com>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add myself.
|
* MAINTAINERS (Write After Approval): Add myself.
|
||||||
|
@ -13,6 +13,11 @@
|
|||||||
* lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
|
* lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
|
||||||
(lto_get_section_name): Add file_data argument to prototype.
|
(lto_get_section_name): Add file_data argument to prototype.
|
||||||
|
|
||||||
|
2010-07-10 Andi Kleen <ak@linux.intel.com>
|
||||||
|
|
||||||
|
* lto-section-in.c (lto_section_name): Synchronize names
|
||||||
|
with lto_get_section_name.
|
||||||
|
|
||||||
2010-07-10 Andi Kleen <ak@linux.intel.com>
|
2010-07-10 Andi Kleen <ak@linux.intel.com>
|
||||||
|
|
||||||
* lto-opts.c (lto_read_file_options): Check for missing section.
|
* lto-opts.c (lto_read_file_options): Check for missing section.
|
||||||
|
@ -14,6 +14,18 @@
|
|||||||
(lto_flatten_file): Add.
|
(lto_flatten_file): Add.
|
||||||
(read_cgraph_and_symbols): Handle linked lists of file_datas.
|
(read_cgraph_and_symbols): Handle linked lists of file_datas.
|
||||||
|
|
||||||
|
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-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
|
2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||||
|
|
||||||
* lto-coff.c: Include diagnostic-core.h in every file that
|
* lto-coff.c: Include diagnostic-core.h in every file that
|
||||||
|
Loading…
Reference in New Issue
Block a user