Commit 0821c881 by Doug Evans

function.c (aggregate_value_p): Return 1 if TREE_ADDRESSABLE.

	* function.c (aggregate_value_p): Return 1 if TREE_ADDRESSABLE.
	* pa/pa.h (RETURN_IN_MEMORY): No longer test for TREE_ADDRESSABLE.

From-SVN: r11958
parent 49a2e5b2
......@@ -593,7 +593,7 @@ do { \
/* SOM ABI says that objects larger than 64 bits are returned in memory. */
#define DEFAULT_PCC_STRUCT_RETURN 0
#define RETURN_IN_MEMORY(TYPE) \
(int_size_in_bytes (TYPE) > 8 || TREE_ADDRESSABLE (TYPE))
(int_size_in_bytes (TYPE) > 8)
/* Register in which address to store a structure value
is passed to a function. */
......
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