Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 13:05:15 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53330 for review
Message-ID:  <200405232005.i4NK5FFp069211@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53330

Change 53330 by marcel@marcel_nfs on 2004/05/23 13:05:11

	setjmp() and longjmp() are not specific to and dependent upon
	DDB.

Affected files ...

.. //depot/projects/gdb/sys/amd64/amd64/support.S#7 edit

Differences ...

==== //depot/projects/gdb/sys/amd64/amd64/support.S#7 (text+ko) ====

@@ -620,7 +620,6 @@
 	pushq	%rax
 	lretq
 
-#ifdef DDB
 /*****************************************************************************/
 /* setjump, longjump                                                         */
 /*****************************************************************************/
@@ -651,4 +650,3 @@
 	xorl	%eax,%eax			/* return(1); */
 	incl	%eax
 	ret
-#endif



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