diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-11-27 02:34:15 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-11-27 02:34:15 +0000 |
commit | 44571d6e4642d00a7adeb9564c838ac500eeabbc (patch) | |
tree | 5482bdf093f1e92f2e84261741b3eab84f78c930 /gcc/ChangeLog | |
parent | 084a11066f6825b040acb692ad1f17981a17f1f6 (diff) | |
download | gcc-44571d6e4642d00a7adeb9564c838ac500eeabbc.zip gcc-44571d6e4642d00a7adeb9564c838ac500eeabbc.tar.gz gcc-44571d6e4642d00a7adeb9564c838ac500eeabbc.tar.bz2 |
pa-protos.h (function_value): New prototype.
* pa-protos.h (function_value): New prototype.
* pa.c (function_value): Use a PARALLEL to return small aggregates on
TARGET_64BIT.
* pa.h (FUNCTION_VALUE): Use function_value.
* pa.md (call_value_internal_symref, call_value_internal_reg_64bit,
call_value_internal_reg, sibcall_value_internal_symref,
sibcall_value_internal_symref_64bit): Remove =rf constraint on return
value.
From-SVN: r59555
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a657229..3067221 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,16 @@ 2002-11-26 John David Anglin <dave@hiauly1.hia.nrc.ca> + * pa-protos.h (function_value): New prototype. + * pa.c (function_value): Use a PARALLEL to return small aggregates on + TARGET_64BIT. + * pa.h (FUNCTION_VALUE): Use function_value. + * pa.md (call_value_internal_symref, call_value_internal_reg_64bit, + call_value_internal_reg, sibcall_value_internal_symref, + sibcall_value_internal_symref_64bit): Remove =rf constraint on return + value. + +2002-11-26 John David Anglin <dave@hiauly1.hia.nrc.ca> + * expr.c (gen_group_rtx, emit_group_move): New functions. * expr.h (gen_group_rtx, emit_group_move): Prototype. * function.c (expand_function_start): Use gen_group_rtx to create a |