From owner-p4-projects Tue Mar 19 1:26:56 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6742537B417; Tue, 19 Mar 2002 01:26:45 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E5537B402 for ; Tue, 19 Mar 2002 01:26:44 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2J9Qi079571 for perforce@freebsd.org; Tue, 19 Mar 2002 01:26:44 -0800 (PST) (envelope-from peter@freebsd.org) Date: Tue, 19 Mar 2002 01:26:44 -0800 (PST) Message-Id: <200203190926.g2J9Qi079571@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 7928 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7928 Change 7928 by peter@peter_overcee on 2002/03/19 01:26:04 #if 0 around the rest of the file, since the body of the stub function that calls this crud is also #if 0. Affected files ... ... //depot/projects/ia64/sys/ia64/ia64/ia64-gdbstub.c#2 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia64/ia64-gdbstub.c#2 (text+ko) ==== @@ -111,6 +111,7 @@ void gdb_handle_exception (db_regs_t *, int); +#if 0 extern jmp_buf db_jmpbuf; /************************************************************************/ @@ -396,6 +397,8 @@ #define VFP 65 #define NUM_REGS 66 +#endif + /* * This function does all command procesing for interfacing to gdb. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message