Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 01:26:44 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7928 for review
Message-ID:  <200203190926.g2J9Qi079571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203190926.g2J9Qi079571>