aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@gcc.gnu.org>2009-08-06 14:27:45 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2009-08-06 14:27:45 +0000
commit390b17c28c10ab2b6752cb94b150c831762575fc (patch)
treedf1d57c0d8628c4ee8c6416e133ab90912496374 /gcc/target.h
parent5b62ee8ae37494be0187ded458072c66414304ce (diff)
downloadgcc-390b17c28c10ab2b6752cb94b150c831762575fc.zip
gcc-390b17c28c10ab2b6752cb94b150c831762575fc.tar.gz
gcc-390b17c28c10ab2b6752cb94b150c831762575fc.tar.bz2
Merge ARM/hard_vfp_branch to trunk
From-SVN: r150525
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 27fd77b..7c60cfb 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -892,6 +892,10 @@ struct gcc_target
rtx (*function_value) (const_tree ret_type, const_tree fn_decl_or_type,
bool outgoing);
+ /* Return the rtx for the result of a libcall of mode MODE,
+ calling the function FN_NAME. */
+ rtx (*libcall_value) (enum machine_mode, rtx);
+
/* Return an rtx for the argument pointer incoming to the
current function. */
rtx (*internal_arg_pointer) (void);