summaryrefslogtreecommitdiff
path: root/gcc/target.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/target.def')
-rw-r--r--gcc/target.def9
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/target.def b/gcc/target.def
index 561506f203e..6de513fdf9a 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -1967,7 +1967,7 @@ DEFHOOK
should use the narrowest mode possible. It should return @code{false} if\n\
these accesses should use the bitfield container type.\n\
\n\
-The default is @code{!TARGET_STRICT_ALIGN}.",
+The default is @code{false}.",
bool, (void),
hook_bool_void_false)
@@ -2201,6 +2201,13 @@ set via @code{__attribute__}.",
unsigned int, (tree decl, const char *name, int reloc),
default_section_type_flags)
+DEFHOOK
+(libc_has_function,
+ "This hook determines whether a function from a class of functions\n\
+@var{fn_class} is present at the runtime.",
+ bool, (enum function_class fn_class),
+ default_libc_has_function)
+
/* True if new jumps cannot be created, to replace existing ones or
not, at the current point in the compilation. */
DEFHOOK