aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-26 21:46:22 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-26 21:46:22 +0000
commitd477d1fedaa481b2fe74a616dd759b1adc7b2f9d (patch)
treead7259ce24747dd2921ce430e66c80cabba90848 /gcc/rtl.h
parent6484716cf617de9bf0fbca8d1003fbc30898acc0 (diff)
downloadgcc-d477d1fedaa481b2fe74a616dd759b1adc7b2f9d.zip
gcc-d477d1fedaa481b2fe74a616dd759b1adc7b2f9d.tar.gz
gcc-d477d1fedaa481b2fe74a616dd759b1adc7b2f9d.tar.bz2
explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead of SYMBOL_REF rtx.
gcc/ChangeLog: * explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead of SYMBOL_REF rtx. * rtl.h (set_stack_check_libfunc): Move prototype from here... * libfuncs.h: ...to here. Adjust for explow.c change. ada/ChangeLog: * gcc-interface/trans.c: Do not include rtl.h, insclude libfuncs.h. (gigi): Adjust call to set_stack_check_libfunc. From-SVN: r159900
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 0b6564a..f9e6373 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1548,7 +1548,6 @@ extern int currently_expanding_to_rtl;
extern int ceil_log2 (unsigned HOST_WIDE_INT);
/* In explow.c */
-extern void set_stack_check_libfunc (rtx);
extern HOST_WIDE_INT trunc_int_for_mode (HOST_WIDE_INT, enum machine_mode);
extern rtx plus_constant (rtx, HOST_WIDE_INT);