diff options
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 335134b..0d7b276 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -18,6 +18,8 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +extern void default_external_libcall (rtx); + extern bool default_promote_function_args (tree); extern bool default_promote_function_return (tree); extern bool default_promote_prototypes (tree); |