From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 2 02:38:12 2010 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03884106566C for ; Thu, 2 Dec 2010 02:38:12 +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 875058FC0C for ; Thu, 2 Dec 2010 02:38:11 +0000 (UTC) Received: from macfeast.lan (0x573b9942.cpe.ge-1-2-0-1101.ronqu1.customer.tele.dk [87.59.153.66]) by csmtp2.one.com (Postfix) with ESMTPA id A98763EFD742; Thu, 2 Dec 2010 02:38:09 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: multipart/signed; boundary=Apple-Mail-389--582323182; protocol="application/pkcs7-signature"; micalg=sha1 From: Erik Cederstrand In-Reply-To: <93FA0AC7-704D-4EB4-A163-FDD8AC915630@cederstrand.dk> Date: Thu, 2 Dec 2010 03:38:09 +0100 Message-Id: <2ABD292E-E172-4B43-A8A3-AAB25C56EE8B@cederstrand.dk> References: <93FA0AC7-704D-4EB4-A163-FDD8AC915630@cederstrand.dk> To: Erik Cederstrand X-Mailer: Apple Mail (2.1082) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Hackers Subject: Re: Deterministic builds, part 2 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 02:38:12 -0000 --Apple-Mail-389--582323182 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Den 25/11/2010 kl. 13.08 skrev Erik Cederstrand: > rodata.str1.4: > ------------------ > Some *.o files (all?) contain the path to the corresponding source = file: >=20 > Contents of section .rodata.str1.4: > 0000 2f757372 2f686f6d 652f6572 696b2f66 /usr/home/erik/f > 0010 72656562 73642f68 6561642f 7372632f reebsd/head1/src/ > 0020 6c69622f 6c696273 74616e64 2f6f7065 lib/libstand/ope > 0030 6e2e6300 n.c. I've got the deterministic build working with different OBJDIRs now, and = I'm trying different SRCDIR locations. This means I have to remove the = above file path from the .rodata.str1.4 section. How did it get in there, and how do I remove it again? Thanks, Erik= --Apple-Mail-389--582323182--