From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: rs6000: remove some uses of DEPRECATED_REGISTER_BYTE Date: Fri, 21 May 2004 20:16:00 -0000 Message-id: <20040521131604.13e7228b@saguaro> References: X-SW-Source: 2004-05/msg00649.html On 20 May 2004 19:24:51 -0500 Jim Blandy wrote: > 2004-05-20 Jim Blandy > > * rs6000-tdep.c (rs6000_push_dummy_call): Remove uses of > DEPRECATED_REGISTER_BYTE and deprecated_registers. Would you mind revising the patch to call convert_typed_floating() for the floating point cases? I think that will obviate the need for some of the memset/memcpy calls. (See ppc_sysv_abi_push_dummy_call() in ppc-sysv-tdep.c.) It looks okay otherwise... Kevin