]> git.ipfire.org Git - thirdparty/gcc.git/commit
explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead of...
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 21:46:22 +0000 (21:46 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 21:46:22 +0000 (21:46 +0000)
commitd477d1fedaa481b2fe74a616dd759b1adc7b2f9d
treead7259ce24747dd2921ce430e66c80cabba90848
parent6484716cf617de9bf0fbca8d1003fbc30898acc0
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
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/explow.c
gcc/libfuncs.h
gcc/rtl.h