From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Denis Joseph Barrow Cc: gdb-patches@sourceware.cygnus.com Subject: Re: gdb & gdbserver for s390 31 & 64 bit Date: Thu, 27 Sep 2001 20:29:00 -0000 Message-id: <3BB3EE97.8090605@cygnus.com> References: X-SW-Source: 2001-09/msg00408.html > The multiarch CALL_DUMMY_BREAKPOINT_OFFSET function that was emitted by > the old gdbarch.sh didn't check CALL_DUMMY_BREAKPOINT_OFFSET_P to see > that there was no multiarch version of this function available, therefore > my code failed the runtime check on startup without this fix. Ah, yes, good catch. All the other multi-arch targets have set_..._p(1). This also turns up a peoblem in the gdbarch.sh script - the verify test and the use test can be different. Andrew