Commit 22a3ade0 by Jeff Law

pa.h (ASM_DECLARE_FUNCTION_NAME): Correctly get the return type of DECL.

	 *pa.h (ASM_DECLARE_FUNCTION_NAME): Correctly get the return
	type of DECL.

From-SVN: r2853
parent be82287d
...@@ -817,7 +817,7 @@ extern enum cmp_type hppa_branch_type; ...@@ -817,7 +817,7 @@ extern enum cmp_type hppa_branch_type;
#endif #endif
#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
do { tree fntype = DECL_RESULT (DECL); \ do { tree fntype = TREE_TYPE (TREE_TYPE (DECL)); \
tree tree_type = TREE_TYPE (DECL); \ tree tree_type = TREE_TYPE (DECL); \
tree parm; \ tree parm; \
int i; \ int i; \
......
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