* tree.h (DECL_ONE_ONLY): Return true only for externally visible
commitb395f451e4885860674410cda8c8fb2d5fa51d20
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2014 19:57:45 +0000 (20 19:57 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2014 19:57:45 +0000 (20 19:57 +0000)
treec7cb5df0ad4b66323aabee83001d4e28934f6229
parent089c9c49805ca3c1d1691f47f26f2a3758a01a88
* tree.h (DECL_ONE_ONLY): Return true only for externally visible
symbols.
* except.c (switch_to_exception_section, resolve_unique_section,
get_named_text_section, default_function_rodata_section,
align_variable, get_block_for_decl, default_section_type_flags):
Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
* symtab.c (symtab_add_to_same_comdat_group,
symtab_make_decl_local, fixup_same_cpp_alias_visibility,
symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
Likewise.
* cgraphclones.c (cgraph_create_virtual_clone): Likewise.
* bb-reorder.c (pass_partition_blocks::gate): Likewise.
* config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
(c6x_function_in_section_p): Likewise.
* config/darwin.c (machopic_select_section): Likewise.
* config/arm/arm.c (arm_function_in_section_p): Likewise.
* config/mips/mips.c (mips_function_rodata_section): Likewise.
* config/mep/mep.c (mep_select_section): LIkewise.
* config/i386/i386.c (x86_64_elf_unique_section): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210654 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/ChangeLog
gcc/bb-reorder.c
gcc/cgraphclones.c
gcc/config/arm/arm.c
gcc/config/c6x/c6x.c
gcc/config/darwin.c
gcc/config/i386/i386.c
gcc/config/mep/mep.c
gcc/config/mips/mips.c
gcc/except.c
gcc/symtab.c
gcc/tree.h
gcc/varasm.c