From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 4 10:06:57 2012 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05A099CB for ; Tue, 4 Dec 2012 10:06:57 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from csmtp2.one.com (csmtp2.one.com [91.198.169.22]) by mx1.freebsd.org (Postfix) with ESMTP id B40718FC12 for ; Tue, 4 Dec 2012 10:06:56 +0000 (UTC) Received: from [192.168.187.69] (unknown [87.54.33.251]) by csmtp2.one.com (Postfix) with ESMTPA id 98C01304301A; Tue, 4 Dec 2012 10:06:55 +0000 (UTC) From: Erik Cederstrand Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [CFT/RFC] Make crunched compatible with external linkers Date: Tue, 4 Dec 2012 11:06:56 +0100 Message-Id: <779286D2-F710-45FF-8C38-59513B5C1B7D@cederstrand.dk> To: FreeBSD Hackers Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) Cc: pete X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 10:06:57 -0000 Hello hackers, The following PR patches crunchide(1) to accept object files produced by = the gold and mclinker linkers: = http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin%2F174011 On behalf of the submitter, I'd like to request a review of the patch, = and testing of crunchide/crunchgen especially on SPARC and ARM. Thanks, Erik=