From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78190 invoked by alias); 7 Apr 2016 11:20:43 -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 78165 invoked by uid 89); 7 Apr 2016 11:20:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=alright, tls_got_, TLS_GOT_, tls_got_entries X-HELO: smtprelay.synopsys.com Received: from smtprelay2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 07 Apr 2016 11:20:38 +0000 Received: from us02secmta1.synopsys.com (us02secmta1.synopsys.com [10.12.235.96]) by smtprelay.synopsys.com (Postfix) with ESMTP id C807110C0E52; Thu, 7 Apr 2016 04:20:35 -0700 (PDT) Received: from us02secmta1.internal.synopsys.com (us02secmta1.internal.synopsys.com [127.0.0.1]) by us02secmta1.internal.synopsys.com (Service) with ESMTP id BC3184E213; Thu, 7 Apr 2016 04:20:35 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by us02secmta1.internal.synopsys.com (Service) with ESMTP id 9A5774E202; Thu, 7 Apr 2016 04:20:35 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 89D08E26; Thu, 7 Apr 2016 04:20:35 -0700 (PDT) Received: from US01WEHTC2.internal.synopsys.com (us01wehtc2.internal.synopsys.com [10.12.239.237]) by mailhost.synopsys.com (Postfix) with ESMTP id 623DDE25; Thu, 7 Apr 2016 04:20:34 -0700 (PDT) Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by US01WEHTC2.internal.synopsys.com (10.12.239.237) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 7 Apr 2016 04:20:34 -0700 Received: from DE02WEMBXB.internal.synopsys.com ([fe80::95ce:118a:8321:a099]) by DE02WEHTCA.internal.synopsys.com ([::1]) with mapi id 14.03.0195.001; Thu, 7 Apr 2016 13:20:32 +0200 From: Claudiu Zissulescu To: Andrew Burgess , "binutils@sourceware.org" CC: "Cupertino.Miranda@synopsys.com" , "noamca@mellanox.com" Subject: RE: [PATCH 2/3] bfd/arc: Rename enum entries to avoid conflicts Date: Thu, 07 Apr 2016 11:20:00 -0000 Message-ID: <098ECE41A0A6114BB2A07F1EC238DE896617D6D2@DE02WEMBXB.internal.synopsys.com> References: <1460027127-1121-1-git-send-email-andrew.burgess@embecosm.com> <1460027127-1121-3-git-send-email-andrew.burgess@embecosm.com> In-Reply-To: <1460027127-1121-3-git-send-email-andrew.burgess@embecosm.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2016-04/txt/msg00102.txt.bz2 Hi, =20 > bfd/ChangeLog: >=20 > * elf32-arc.c (tls_got_entries): Add 'TLS_GOT_' prefix to all > entries. > (elf_arc_relocate_section): Update enum uses. > (elf_arc_check_relocs): Likewise. > (elf_arc_finish_dynamic_symbol): Likewise. This looks alright to me.=20 Best, Claudiu