summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-24 19:40:12 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-24 19:40:12 +0000
commit9afff52dab85b10e858e0b2b5adf9d6f47f475d6 (patch)
tree13559698c1afb4d85fe748d845c52d2e03712729 /gcc/output.h
parent32875ae1539a38675063d51563416a67017d3af3 (diff)
downloadgcc-9afff52dab85b10e858e0b2b5adf9d6f47f475d6.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121128 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index ca010d92f2b..8340d412c69 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -612,6 +612,7 @@ extern bool default_use_anchors_for_symbol_p (rtx);
extern bool default_binds_local_p (tree);
extern bool default_binds_local_p_1 (tree, int);
extern void default_globalize_label (FILE *, const char *);
+extern void default_globalize_decl_name (FILE *, tree);
extern void default_emit_unwind_label (FILE *, tree, int, int);
extern void default_emit_except_table_label (FILE *);
extern void default_internal_label (FILE *, const char *, unsigned long);