Index: arm-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/arm-tdep.c,v retrieving revision 1.74 diff -p -r1.74 arm-tdep.c *** arm-tdep.c 1 Nov 2002 21:21:49 -0000 1.74 --- arm-tdep.c 13 Nov 2002 19:48:21 -0000 *************** arm_store_return_value (struct type *typ *** 2417,2424 **** break; } } ! else ! write_register_bytes (ARM_A1_REGNUM, valbuf, TYPE_LENGTH (type)); } /* Store the address of the place in which to copy the structure the --- 2417,2424 ---- break; } } ! else ! write_register (ARM_A1_REGNUM, unpack_long (type, valbuf); } /* Store the address of the place in which to copy the structure the