From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20689 invoked by alias); 26 Apr 2011 18:21:11 -0000 Received: (qmail 20681 invoked by uid 22791); 26 Apr 2011 18:21:10 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Apr 2011 18:20:54 +0000 Received: from kpbe17.cbf.corp.google.com (kpbe17.cbf.corp.google.com [172.25.105.81]) by smtp-out.google.com with ESMTP id p3QIKhix027349 for ; Tue, 26 Apr 2011 11:20:46 -0700 Received: from iwn39 (iwn39.prod.google.com [10.241.68.103]) by kpbe17.cbf.corp.google.com with ESMTP id p3QIKfiH022091 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 26 Apr 2011 11:20:41 -0700 Received: by iwn39 with SMTP id 39so1221908iwn.17 for ; Tue, 26 Apr 2011 11:20:41 -0700 (PDT) Received: by 10.42.246.70 with SMTP id lx6mr1454643icb.223.1303842041492; Tue, 26 Apr 2011 11:20:41 -0700 (PDT) Received: from coign.google.com (dhcp-172-22-120-216.mtv.corp.google.com [172.22.120.216]) by mx.google.com with ESMTPS id 19sm2733107ibx.35.2011.04.26.11.20.40 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Apr 2011 11:20:40 -0700 (PDT) From: Ian Lance Taylor To: kevin diggs Cc: Steffen Dettmer , binutils@sourceware.org Subject: Re: binutils prerequisites (recent zlib version - what else?) References: Date: Tue, 26 Apr 2011 18:21:00 -0000 In-Reply-To: (kevin diggs's message of "Tue, 26 Apr 2011 13:10:44 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00382.txt.bz2 kevin diggs writes: > And thanks. I was wondering what zlib was used for. The jar usage > should have been obvious. Compressed debug stuff. Is that new? I tried > searching in the 4.3.2 gcc manual for compress and zlib. The only > thing that came up was -feliminate-dwarf2-dumps. What should I search > for? Compressing debug information is done in the binutils, not in gcc. See the --compress-debug-sections option to gas and gold. Ian