From owner-p4-projects Sun Nov 17 15:54:33 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6E08337B404; Sun, 17 Nov 2002 15:54:31 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B50537B401 for ; Sun, 17 Nov 2002 15:54:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDFE943E3B for ; Sun, 17 Nov 2002 15:54:30 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAHNpfmV033356 for ; Sun, 17 Nov 2002 15:51:41 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAHNpev7033353 for perforce@freebsd.org; Sun, 17 Nov 2002 15:51:40 -0800 (PST) Date: Sun, 17 Nov 2002 15:51:40 -0800 (PST) Message-Id: <200211172351.gAHNpev7033353@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 21189 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://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