From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18784 invoked by alias); 30 Oct 2010 21:12:47 -0000 Received: (qmail 18761 invoked by uid 22791); 30 Oct 2010 21:12:46 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 30 Oct 2010 21:12:42 +0000 Received: by vws18 with SMTP id 18so1426769vws.0 for ; Sat, 30 Oct 2010 14:12:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.233.196 with SMTP id jz4mr2911351qcb.138.1288473160574; Sat, 30 Oct 2010 14:12:40 -0700 (PDT) Received: by 10.220.182.10 with HTTP; Sat, 30 Oct 2010 14:12:40 -0700 (PDT) Date: Sat, 30 Oct 2010 21:12:00 -0000 Message-ID: Subject: RFC: Add zlib source to src CVS resposity From: "H.J. Lu" To: Binutils , GCC Development , GDB Content-Type: text/plain; charset=ISO-8859-1 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: 2010-10/txt/msg00539.txt.bz2 Hi, Binutils can compress/decompress debug sections if zlib is available. I imported zlib from gcc source tree to binutils source tree. I changed binutils to use zlib unconditionally. By default, the in-tree zlib is used. If you configure binutis using --with-system-zlib, system zlib will be used. My zlib changes are on hjl/zlib branch at http://git.kernel.org/?p=devel/binutils/hjl/x86.git;a=summary Any comments? Thanks. -- H.J.