From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3289 invoked by alias); 27 Jan 2015 18:15:34 -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 3213 invoked by uid 89); 27 Jan 2015 18:15:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ob0-f174.google.com Received: from mail-ob0-f174.google.com (HELO mail-ob0-f174.google.com) (209.85.214.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 27 Jan 2015 18:15:28 +0000 Received: by mail-ob0-f174.google.com with SMTP id gq1so14917335obb.5 for ; Tue, 27 Jan 2015 10:15:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=HWUZZK7DPzvodec+gpg2C/MnXCG/lVnVZoQkPmU/+TE=; b=T69t+UId/WOpZZPeQAQGme+cPqandfHZ0R9+LBbZZLGzgnXQhfFtoyVnxzIRV++SSA TdcHD51imN/ru0PeFIQvI2G6b5FjeeFDOk7WU7sHeyxgz/Ev9DurPqJbDVRBizIU/zPC t/N+x7Q2JRrRuQ8NVqbVf70WZtcxtzgUZVECIk5OhUJ9d5j2NS3PYKndcWXmlYCmSYaY jvsc8bvKMS7tNENfAM1n29OtY+3baFstMo4gJN42ZErzldk5Xn2ycb7jmeXkQgs5awcE LQ9gr2IfptJBNXATgyICwhd/BWhEbZ9yE9zaLXI/AWgHsHYDMfhFlo2QB3Cc4x1LL7Nf dKLA== X-Gm-Message-State: ALoCoQnjK8v+nhazFlFd0UcFCpy2ZkG+aqHYTbCbTnrbkXZbq9gsZhtM43PnR/h3j3zOMSDY3hRu MIME-Version: 1.0 X-Received: by 10.202.226.2 with SMTP id z2mr1551723oig.64.1422382526903; Tue, 27 Jan 2015 10:15:26 -0800 (PST) Received: by 10.182.222.98 with HTTP; Tue, 27 Jan 2015 10:15:26 -0800 (PST) In-Reply-To: <83egqox0ef.fsf@gnu.org> References: <21694.62150.328539.215415@ruffy2.mtv.corp.google.com> <83egqox0ef.fsf@gnu.org> Date: Tue, 27 Jan 2015 21:31:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] Add objfile.username From: Doug Evans To: Eli Zaretskii Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00727.txt.bz2 On Tue, Jan 20, 2015 at 7:44 PM, Eli Zaretskii wrote: >> From: Doug Evans >> Date: Tue, 20 Jan 2015 16:28:54 -0800 >> >> Heh. >> This replaces the previous version. >> Thinko in assigning username too soon. > > I see no differences in the documentation parts, so this is also okay > from my POV. Committed, thanks.