Commit 656ec3b1 by Ulrich Weigand Committed by Ulrich Weigand

s390.h (EH_RETURN_HANDLER_RTX): Compute offset symbolically.

	* config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
	symbolically.

From-SVN: r69965
parent a0c8285b
2003-07-30 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset
symbolically.
Wed Jul 30 19:12:10 CEST 2003 Jan Hubicka <jh@suse.cz>
* gcse.c (insert_store): Ignore fake edges.
......
......@@ -600,7 +600,7 @@ extern int current_function_outgoing_args_size;
#define EH_RETURN_DATA_REGNO(N) ((N) < 4 ? (N) + 6 : INVALID_REGNUM)
#define EH_RETURN_HANDLER_RTX \
gen_rtx_MEM (Pmode, plus_constant (arg_pointer_rtx, \
TARGET_64BIT? -48 : -40))
-STACK_POINTER_OFFSET + UNITS_PER_WORD*RETURN_REGNUM))
/* Select a format to encode pointers in exception handling data. */
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
......
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