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: remove meaningless code in ppc-bdm.c Date: Tue, 11 May 2004 05:38:00 -0000 Message-id: <20040510223831.4cddda8a@saguaro> References: X-SW-Source: 2004-05/msg00326.html On 10 May 2004 17:45:17 -0500 Jim Blandy wrote: > I was going through this trying to keep it up to date with the > register numbering changes I was making, but then I realized it was > complete jibberish. First, the register contents are binary data; you > can't strcat them. Second, you can't strcat them into a fixed-size > buffer that is already filled with non-zero bytes. > > 2004-05-10 Jim Blandy > > * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code > with a call to internal_error. Okay.