Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 00:39:07 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30763 for review
Message-ID:  <200305080739.h487d7OO012382@repoman.freebsd.org>

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

Change 30763 by marcel@marcel_nfs on 2003/05/08 00:38:36

	Add minimal unwind information. This mostly tells the unwinder
	that an ABI specific bottom has been reached.

Affected files ...

.. //depot/projects/ia64_epc/sys/ia64/ia64/syscall.s#17 edit

Differences ...

==== //depot/projects/ia64_epc/sys/ia64/ia64/syscall.s#17 (text+ko) ====

@@ -224,6 +224,10 @@
 	.section	.text.syscall, "ax"
 
 ENTRY(epc_syscall, 8)
+	.prologue
+	.unwabi		@svr4, 'E'
+	.save		rp, r0
+
 	rsm		psr.i
 	;;
 {	.mmi



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