re PR target/19162 (ICE while building libobjc's sendmsg.c)
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 16 Feb 2005 21:57:10 +0000 (21:57 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Wed, 16 Feb 2005 21:57:10 +0000 (21:57 +0000)
commit9f7bf991d001ab714d0b04b1ed6bdc103ff97dbc
tree1e6918c3c499f243a354c79d10416cd754625864
parentf0b81cbc9f1eca010fed269e210f776186629d6c
re PR target/19162 (ICE while building libobjc's sendmsg.c)

* PR target/19162
* arm.c (arm_apply_result_size): New function.
* arm.h (APPLY_RESULT_SIZE): Define.
* arm-protos.h (arm_apply_result_size): Add prototype.
* arm.md (RO_REGNUM, FPA_F0_REGNUM, FPA_F7_REGNUM): New constants.
(movxf): New expand.
(ldmsi_postinc4_thumb, stmsi_postinc4_thumb): New patterns for Thumb.
(call_value_symbol): Remove predicate for operand 0.
(call_value_insn, sibcall_value, sibcall_value_insn): Likewise.
(untyped_call): Rework to correclty return values for any type.
(untyped_return): New expand.
* fpa.md (movxf_fpa): Simplify and use sfm/lfm when appropriate.

From-SVN: r95119
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/fpa.md