diff options
Diffstat (limited to 'gcc/target.def')
-rw-r--r-- | gcc/target.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/target.def b/gcc/target.def index 3463600..051579f 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -427,6 +427,15 @@ DEFHOOK void, (rtx x), default_asm_output_anchor) +DEFHOOK +(output_ident, + "Output a string based on @var{name}, suitable for the @samp{#ident} \ + directive, or the equivalent directive or pragma in non-C-family languages. \ + If this hook is not defined, nothing is output for the @samp{#ident} \ + directive.", + void, (const char *name), + hook_void_constcharptr) + /* Output a DTP-relative reference to a TLS symbol. */ DEFHOOK (output_dwarf_dtprel, |