From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] Make --target=m88k buildable again Date: Mon, 02 Apr 2001 08:00:00 -0000 Message-id: <1010402150032.ZM22394@ocotillo.lan> References: <1010327075436.ZM3037@ocotillo.lan> X-SW-Source: 2001-04/msg00019.html On Mar 27, 12:54am, Kevin Buettner wrote: > * m88k-tdep.c (examine_prologue): Change type of ``insn'' from > unsigned int to unsigned long. Also, fix format string. > (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't > use an undeclared variable. Also, delete declaration and > initialization of ``fp'' because it is otherwise unused. > * remote-bug.c (sleep): Delete declaration. > (bug_store_register, bug_write_memory, bug_read_memory) > (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf() > format statements and cast certain sprintf() arguments to > eliminate warnings. > (bug_load): Likewise for call to printf_filtered(). > * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate > assignment to ``pc''. The necessary assignment is done in > hand_function_call() after the invocation of FIX_CALL_DUMMY(). Committed.