diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 8c3c2ab..58a9aee 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -606,6 +606,12 @@ default_function_value (const_tree ret_type ATTRIBUTE_UNUSED, } rtx +default_libcall_value (enum machine_mode mode, rtx fun ATTRIBUTE_UNUSED) +{ + return LIBCALL_VALUE (mode); +} + +rtx default_internal_arg_pointer (void) { /* If the reg that the virtual arg pointer will be translated into is |