From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 20 23:37:39 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CEE9106564A for ; Thu, 20 Oct 2011 23:37:39 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id B07678FC14 for ; Thu, 20 Oct 2011 23:37:38 +0000 (UTC) Received: by vcbfo13 with SMTP id fo13so4517524vcb.13 for ; Thu, 20 Oct 2011 16:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; bh=dZCgQZm/mTPkBbB/MAXVA2vi1gF432ZWZA10ngy7sD4=; b=eRNFVcqqTgs2pis3zM1iODGMAPu6dmqDaxN6VKsEENUN/FEitnAgBMYwa6AxPaJiaM 8KBF/t9jahIDhk8JtrqhmdtO4yAEIHSMCdWJzRChtKGRo+x0K1949WiEDTC2Zo+XuS9J Dn7kirpl/SQ3QQomq00ZPgc5hoWirvVWvzKxg= Received: by 10.52.88.231 with SMTP id bj7mr12374461vdb.81.1319151962607; Thu, 20 Oct 2011 16:06:02 -0700 (PDT) Received: from kan.dnsalias.net (c-24-63-226-98.hsd1.ma.comcast.net. [24.63.226.98]) by mx.google.com with ESMTPS id bi11sm10554880vdb.13.2011.10.20.16.06.00 (version=SSLv3 cipher=OTHER); Thu, 20 Oct 2011 16:06:00 -0700 (PDT) Date: Thu, 20 Oct 2011 19:05:53 -0400 From: Alexander Kabaev To: Wojciech Puchar Message-ID: <20111020190553.6bf95790@kan.dnsalias.net> In-Reply-To: References: <20111020082234.GA4568@britannica.bec.de> <4EA00DEF.3030905@FreeBSD.org> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/WYiL5JRapGhg=uIFjwDrOD4"; protocol="application/pgp-signature" Cc: freebsd-hackers Subject: Re: .eh_frame, .eh_frame_hdr - how to remove that trash 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, 20 Oct 2011 23:37:39 -0000 --Sig_/WYiL5JRapGhg=uIFjwDrOD4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 21 Oct 2011 00:20:52 +0200 (CEST) Wojciech Puchar wrote: > >> i both don't use C++ and don't want to debug when i am linking > >> final binary. > >> > >> how to turn this off? > > > > Which compiler do you use? >=20 > supplied with FreeBSD 8.2 > [wojtek@wojtek ~]$ cc -v > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.2 20070831 prerelease [FreeBSD] >=20 -fno-asynchronous-unwind-tables should get rid of unwind information, a.k.a. 'crap'. --=20 Alexander Kabaev --Sig_/WYiL5JRapGhg=uIFjwDrOD4 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iD8DBQFOoKlXQ6z1jMm+XZYRAn+nAJ0U7g4P6ieSKbPSV8yhLRInxdpTKQCeJqif Dcj/zA8WzIraQ1GQIocEQVY= =bogi -----END PGP SIGNATURE----- --Sig_/WYiL5JRapGhg=uIFjwDrOD4--