Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 15:51:40 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21189 for review
Message-ID:  <200211172351.gAHNpev7033353@repoman.freebsd.org>

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

Change 21189 by marcel@marcel_nfs on 2002/11/17 15:51:04

	Create a new file for the EPC based syscalls. We put the code
	in a special section (.text.syscall) for greatest flexibility.
	The syscall code itself is still a stub. pmap/trap code coming
	next.

Affected files ...

.. //depot/projects/ia64/sys/conf/files.ia64#20 edit
.. //depot/projects/ia64/sys/conf/ldscript.ia64#4 edit
.. //depot/projects/ia64/sys/ia64/ia64/syscall.s#1 add

Differences ...

==== //depot/projects/ia64/sys/conf/files.ia64#20 (text+ko) ====

@@ -64,6 +64,7 @@
 ia64/ia64/sscdisk.c		optional	ski
 ia64/ia64/swtch.s		standard
 ia64/ia64/sys_machdep.c		standard
+ia64/ia64/syscall.s		standard
 ia64/ia64/trap.c		standard
 ia64/ia64/unaligned.c		standard
 ia64/ia64/unwind.c		standard

==== //depot/projects/ia64/sys/conf/ldscript.ia64#4 (text+ko) ====

@@ -13,6 +13,7 @@
   {
     *(.text.ivt)
     . += 8192;
+    *(.text.syscall)
     *(.text)
     *(.stub)
     /* .gnu.warning sections are handled specially by elf32.em.  */

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?200211172351.gAHNpev7033353>