From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 337 invoked by alias); 10 Sep 2014 22:34: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 325 invoked by uid 89); 10 Sep 2014 22:34:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f202.google.com Received: from mail-yk0-f202.google.com (HELO mail-yk0-f202.google.com) (209.85.160.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 10 Sep 2014 22:34:57 +0000 Received: by mail-yk0-f202.google.com with SMTP id q9so448990ykb.5 for ; Wed, 10 Sep 2014 15:34:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=LDX7owZM7NtErBGW27VYmD4BP3RzpkUESd991jj1hck=; b=MNYAGNt0zT9Eo8vK09rCsqieSDaOIr+zCBKv+ZoeMOSHzz6570FqJyiu6/VlnHikPL dk3jLP/TgrvGXF64U/W5veP7yhQrQjp4AQqgbzteh+FjnGMTS9ZxgfaabI6YgHswht4+ a8XMfCOXt96DHNE4+2VHlglWjwZtgAuWXPkVVezHtPkQGwc7Wu2iuhP3W5+nw2/BV5nI TL3jH5pLg/2A5H0PMNf/M5mSnyT2ds3mL1uoASMUeo+AStsrCph+5rQHuHFQC26PQNel hXqVEBTPUnDCAyJEeaDla0fKCeXjW5rSWnIyesjaAN5XxbBzR2+lmbnl5s8wcEz1CPLe AAGA== X-Gm-Message-State: ALoCoQll6qFH2UwFMm++FEk4ypZqNnHPhEl7S5SxqVj7hmauJvy7/9uq+eSxkiBmUSynad3R7Wuk X-Received: by 10.224.124.195 with SMTP id v3mr27402309qar.4.1410388495227; Wed, 10 Sep 2014 15:34:55 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id e24si1203451yhe.3.2014.09.10.15.34.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Sep 2014 15:34:55 -0700 (PDT) Received: from ruffy2.mtv.corp.google.com ([172.17.128.107]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id Jw7C1xqG.1; Wed, 10 Sep 2014 15:34:55 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21520.53773.988069.680929@ruffy2.mtv.corp.google.com> Date: Wed, 10 Sep 2014 22:34:00 -0000 To: Gary Benson Cc: gdb-patches@sourceware.org, Pedro Alves Subject: Re: [PATCH 0/9 v7] Common code cleanups In-Reply-To: <1409320299-6812-1-git-send-email-gbenson@redhat.com> References: <1409320299-6812-1-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00344.txt.bz2 Gary Benson writes: > Hi all, > > This series contains updated versions of the remaining common > cleanups patches I last posted on August 1 and 13. > > I've documented the changes I've made for each patch in their > individual emails. These paragraphs will not be included in > the commit messages. > > Built and regtested on RHEL 6.5 x86_64. > > Ok to commit? > > Thanks, > Gary Hi. FAOD, I have no further comments beyond what Pedro has mentioned.