From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54261 invoked by alias); 28 May 2015 13:25:38 -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 54175 invoked by uid 89); 28 May 2015 13:25:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 28 May 2015 13:25:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F34581163BD; Thu, 28 May 2015 09:25:31 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7R0awHlXpmB1; Thu, 28 May 2015 09:25:31 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BE4B41163B5; Thu, 28 May 2015 09:25:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0171740DAA; Thu, 28 May 2015 06:25:32 -0700 (PDT) Date: Thu, 28 May 2015 13:25:00 -0000 From: Joel Brobecker To: Yao Qi Cc: Yunlian Jiang , gdb-patches@sourceware.org Subject: Re: [PATCH] libiberty: backport a patch from gcc tree. Message-ID: <20150528132532.GB4924@adacore.com> References: <86mw0pp020.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86mw0pp020.fsf@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-05/txt/msg00679.txt.bz2 > > I want to back port a libiberty patch from gcc tree > > so that gdb can build with clang. The patch is clean to > > gdb tree except that the ChangeLog is different. > > AFAIK, libiberty patches are reviewed in binutils@sourceware.org, so you > need to post your patch there. Actually, reviewed by GCC. Once into the GCC repository, backporting to binutils-gdb is considered an obvious patch. -- Joel