From owner-p4-projects@FreeBSD.ORG Sun Feb 1 18:42:44 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E771E1065675; Sun, 1 Feb 2009 18:42:43 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0F75106566B for ; Sun, 1 Feb 2009 18:42:43 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7AB8FC18 for ; Sun, 1 Feb 2009 18:42:43 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n11Igh7V031423 for ; Sun, 1 Feb 2009 18:42:43 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n11IghGH031421 for perforce@freebsd.org; Sun, 1 Feb 2009 18:42:43 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 1 Feb 2009 18:42:43 GMT Message-Id: <200902011842.n11IghGH031421@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 157000 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 18:42:44 -0000 http://perforce.freebsd.org/chv.cgi?CH=157000 Change 157000 by rwatson@rwatson_freebsd_capabilities on 2009/02/01 18:42:01 Add comment to rtld-elf-cap's linker script to remind me that I'd like to not have a custom linker script. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.xs#4 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.xs#4 (text+ko) ==== @@ -1,4 +1,10 @@ -/* Script for ld --shared: link shared library */ +/* + * Script to generate ld-elf-cap.so -- based on /usr/libdata/ldscripts shared + * object script. + * + * XXXRW: Is there a way to override the executable start using the base + * script without a custom one? + */ OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd") OUTPUT_ARCH(i386)