]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto-coff.c (hash_name, eq_name): Move.
authorAndi Kleen <ak@gcc.gnu.org>
Fri, 23 Jul 2010 05:25:46 +0000 (05:25 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Fri, 23 Jul 2010 05:25:46 +0000 (05:25 +0000)
commitfbbc5704999e6899a03fe7c30457feed07a5d271
tree15e4e6705d75286482d09221c412ff80c1a6ae9a
parent0b394350ab1dfa58c6399b9683b034fddaeaa44f
lto-coff.c (hash_name, eq_name): Move.

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.

From-SVN: r162441
gcc/lto/lto-coff.c
gcc/lto/lto-elf.c
gcc/lto/lto-macho.c
gcc/lto/lto.c
gcc/lto/lto.h