Commit 5e56f909 by John David Anglin Committed by John David Anglin

pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the portable runtime model.

	* pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
	portable runtime model.

From-SVN: r52800
parent adf2e3e6
2002-04-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
portable runtime model.
2002-04-26 Richard Henderson <rth@redhat.com> 2002-04-26 Richard Henderson <rth@redhat.com>
* c-parse.in (yyoverflow): Revert. * c-parse.in (yyoverflow): Revert.
......
...@@ -1981,6 +1981,7 @@ while (0) ...@@ -1981,6 +1981,7 @@ while (0)
will never return. */ will never return. */
#define FUNCTION_OK_FOR_SIBCALL(DECL) \ #define FUNCTION_OK_FOR_SIBCALL(DECL) \
(DECL \ (DECL \
&& ! TARGET_PORTABLE_RUNTIME \
&& ! TARGET_64BIT \ && ! TARGET_64BIT \
&& ! TREE_PUBLIC (DECL)) && ! TREE_PUBLIC (DECL))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment