From owner-cvs-src@FreeBSD.ORG Fri Aug 1 15:17:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8918537B401; Fri, 1 Aug 2003 15:17:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2039043F93; Fri, 1 Aug 2003 15:17:13 -0700 (PDT) (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 h71MHC0U028655; Fri, 1 Aug 2003 15:17:12 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71MHCn0028654; Fri, 1 Aug 2003 15:17:12 -0700 (PDT) Message-Id: <200308012217.h71MHCn0028654@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Aug 2003 15:17:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/ia64/sys Ovfork.S fork.S setlogin.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 22:17:14 -0000 marcel 2003/08/01 15:17:12 PDT FreeBSD src repository Modified files: lib/libc/ia64/sys Ovfork.S fork.S setlogin.S Log: The END() must expand to the .endp directive with the same name as on the corresponding .proc directive, or the .endp must not have a name at all. While here, remove an artificial dependency in Ovfork.S by performing manual register renaming. Revision Changes Path 1.6 +3 -4 src/lib/libc/ia64/sys/Ovfork.S 1.6 +1 -1 src/lib/libc/ia64/sys/fork.S 1.4 +1 -1 src/lib/libc/ia64/sys/setlogin.S