From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49808 invoked by alias); 15 Mar 2015 15:01:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 49786 invoked by uid 89); 15 Mar 2015 15:01:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f171.google.com Received: from mail-ob0-f171.google.com (HELO mail-ob0-f171.google.com) (209.85.214.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 15 Mar 2015 15:01:57 +0000 Received: by obcxo2 with SMTP id xo2so19440944obc.0; Sun, 15 Mar 2015 08:01:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.62.42 with SMTP id v10mr44495945oer.45.1426431715485; Sun, 15 Mar 2015 08:01:55 -0700 (PDT) Received: by 10.76.134.102 with HTTP; Sun, 15 Mar 2015 08:01:55 -0700 (PDT) In-Reply-To: <20150314193105.GB5954@adacore.com> References: <20150314193105.GB5954@adacore.com> Date: Sun, 15 Mar 2015 15:01:00 -0000 Message-ID: Subject: Re: RFC: Import zlib from GCC tree From: "H.J. Lu" To: Joel Brobecker Cc: GDB , Tristan Gingold , Nick Clifton , Paul Koning , "Joseph S. Myers" , Thomas Schwinge , Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00428.txt.bz2 On Sat, Mar 14, 2015 at 12:31 PM, Joel Brobecker wrote: >> I am working on SHF_COMPRESSED support: >> >> http://www.sco.com/developers/gabi/latest/ch4.sheader.html >> >> I'd like to import zlib from GCC source tree. Any objections? > > I'm including the gdb-patches list as well... > I created users/hjl/zlib branch. It imported zlib into binutils-gdb tree and replaced --with-zlib with --with-system-zlib. Any feedbacks? Thanks. -- H.J.