From owner-svn-src-head@FreeBSD.ORG Fri Jun 7 23:53:11 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A592D0C; Fri, 7 Jun 2013 23:53:11 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-qe0-f42.google.com (mail-qe0-f42.google.com [209.85.128.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA9E1A91; Fri, 7 Jun 2013 23:53:10 +0000 (UTC) Received: by mail-qe0-f42.google.com with SMTP id s14so3154789qeb.29 for ; Fri, 07 Jun 2013 16:53:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=O0wfOVyPyGXkRFfv/Uo8owXhG/lR6qsssj4HpmtR9T8=; b=VCzJLB6Qpj1GX9SynIFEUce4HE8M7exLBSjJ6IL7mfvSv/XBZIGCubTXorY6Cm1Nxr CGl3hb9gOvSPZOD9H6X2e3qOzbzKrfrUFBGuX/LUgwPKfqHtyT9mSSg0s88UEk/Y3MzN n4gSmUzOy9mlvxZ/3TBwEwl18FlVxyazqoNWDz51W9QMoot/z7zydH0S4YHh9fd6NGQ6 kvT/RDPATSqyIFXKllQ/wPH/LxwQ0W7PcPBWBczgDAywW+CL3QP56GJY9x9pQW5DGODz A/EBpayUuMAxGMMTMkSs74FKHeTHrsgkK76JcdzAx0mJTL7/mOKy42bw/RdzTLcACeFZ CxtA== MIME-Version: 1.0 X-Received: by 10.224.45.132 with SMTP id e4mr5484461qaf.84.1370649184627; Fri, 07 Jun 2013 16:53:04 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.224.12.17 with HTTP; Fri, 7 Jun 2013 16:53:04 -0700 (PDT) In-Reply-To: <201306072335.r57NZN9H087680@gw.catspoiler.org> References: <201306072140.r57Le2Ct069230@svn.freebsd.org> <201306072335.r57NZN9H087680@gw.catspoiler.org> Date: Fri, 7 Jun 2013 19:53:04 -0400 X-Google-Sender-Auth: evOtq2MErQmUTKT0oNEZisUxgag Message-ID: Subject: Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu/... From: Ed Maste To: Don Lewis Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 23:53:11 -0000 On 7 June 2013 19:35, Don Lewis wrote: > Can the debug files be compressed so they don't take up as much room? It > looks like gdb supports compressed symbol files. The same would be nice > for /boot/kernel/*.symbols, btw ... Unfortunately our binutils is too old, so we're out of luck in the short term. This is most likely a project to undertake once we've migrated from binutils.