From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79848 invoked by alias); 13 Jun 2016 01:48:24 -0000 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 Received: (qmail 79815 invoked by uid 89); 13 Jun 2016 01:48:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=baldwin, Baldwin, objcopy.c, sk:do_elf_ X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f177.google.com Received: from mail-pf0-f177.google.com (HELO mail-pf0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 13 Jun 2016 01:48:17 +0000 Received: by mail-pf0-f177.google.com with SMTP id y124so40801045pfy.0; Sun, 12 Jun 2016 18:48:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=MgTSmYZ7zhKplADHcMbsjWp5bd8ZeYXi7su5M083luc=; b=lNvI+7TSC9wEv8kwpuf57gHx5kt6sMXe2/ViSHKTgWYO0SpFaMHfIZ8UfInvcgD30R KovZerdROwGpoq46nZYallNJRV6uiwzZ3gvOQm9vasZJfXmNkEnPRXEC+Asm3yD67aSn Bqzb4V6TWMDzYb5Qp/VTNP2y8QHyiLiG+Wbp3kX/E0c5zz0OVIBnJRQRIrzPUnrPCseE mRWwYf2wA2rmpIMHx+UerIeyw0hyao1feXK5BpVtpyNrgJIcRcF4XtqUifBkW9nk39H3 x3BZ9D7pzGwcwN2FnULfTu3SP4SfcmXHKxrCflxNahHcBhIYX1NsyT6PqZFL7CA2VLq9 BsHA== X-Gm-Message-State: ALyK8tKAz4347cgb2OwcVPr5Y/4Yjs8FD/xsObhyQTu+mhGY0WKsFxzkq3U6irx8ZMyHAA== X-Received: by 10.98.57.220 with SMTP id u89mr18504422pfj.148.1465782495183; Sun, 12 Jun 2016 18:48:15 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id o84sm28457351pfj.95.2016.06.12.18.48.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jun 2016 18:48:14 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id E4BFBEA0109; Mon, 13 Jun 2016 11:18:09 +0930 (ACST) Date: Mon, 13 Jun 2016 01:48:00 -0000 From: Alan Modra To: John Baldwin Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PATCH 1/8] Use correct enum type for do_elf_stt_common. Message-ID: <20160613014809.GH3488@bubble.grove.modra.org> References: <1465678115-58170-1-git-send-email-jhb@FreeBSD.org> <1465678115-58170-2-git-send-email-jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465678115-58170-2-git-send-email-jhb@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00145.txt.bz2 On Sat, Jun 11, 2016 at 01:48:28PM -0700, John Baldwin wrote: > * objcopy.c (do_elf_stt_common): Use correct type. OK (obvious). -- Alan Modra Australia Development Lab, IBM