-
- Downloads
target.h (globalize_decl_name): New.
* target.h (globalize_decl_name): New. * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New. * output.h (default_globalize_decl_name): New. * varasm.c (asm_output_bss): Use globalize_decl_name instead of globalize_label. (globalize_decl): Ditto. (default_globalize_decl_name): New. * config/ia64/ia64.c (ia64_globalize_decl_name): New. (ia64_handle_version_id_attribute): New. (TARGET_ASM_GLOBALIZE_DECL_NAME): New. (ia64_asm_output_external): Use globalize_decl_name instead of globalize_label. * doc/extend.texi (version_id): New pragma. * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook. From-SVN: r121128
Showing
- gcc/config/ia64/ia64.c 49 additions, 4 deletionsgcc/config/ia64/ia64.c
- gcc/doc/extend.texi 13 additions, 0 deletionsgcc/doc/extend.texi
- gcc/doc/tm.texi 8 additions, 0 deletionsgcc/doc/tm.texi
- gcc/output.h 1 addition, 0 deletionsgcc/output.h
- gcc/target-def.h 5 additions, 0 deletionsgcc/target-def.h
- gcc/target.h 3 additions, 0 deletionsgcc/target.h
- gcc/varasm.c 12 additions, 3 deletionsgcc/varasm.c
Loading
Please register or sign in to comment