Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5FE26200C3F for ; Wed, 8 Mar 2017 01:48:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5E664160B74; Wed, 8 Mar 2017 00:48:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A7DB6160B68 for ; Wed, 8 Mar 2017 01:48:14 +0100 (CET) Received: (qmail 60659 invoked by uid 500); 8 Mar 2017 00:48:13 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 60648 invoked by uid 99); 8 Mar 2017 00:48:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2017 00:48:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 46F58C0FDB for ; Wed, 8 Mar 2017 00:48:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id VAmsgrpmhQQF for ; Wed, 8 Mar 2017 00:48:12 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id EC2F25FB5B for ; Wed, 8 Mar 2017 00:48:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v280m6Lo002815; Wed, 8 Mar 2017 00:48:06 GMT Date: Wed, 8 Mar 2017 00:48:06 +0000 From: "Tim Armstrong (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org Message-ID: Reply-To: tarmstrong@cloudera.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?=5Bnative-toolchain-CR=5D=28cdh5=2E11=2E0=29_IMPALA-5025=3A_upgrade_to_binutils_2=2E26=2E1=0A?= X-Gerrit-Change-Id: I0de3b30f6ade4a3fab77572caac7be3a8d018105 X-Gerrit-ChangeURL: X-Gerrit-Commit: 1b266466aeb340e77425ed382805b97954aa54bd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Wed, 08 Mar 2017 00:48:15 -0000 Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/6310 Change subject: IMPALA-5025: upgrade to binutils 2.26.1 ...................................................................... IMPALA-5025: upgrade to binutils 2.26.1 This has two fixes that we care about: * The slow linking problem that the -p1 patch to 2.26 solved * A way to disable emitting relocations R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX that aren't supported by older linkers. We configure binutils to disable these by default to be as safe as possible. Testing: Built Impala locally with 2.26-p1 and 2.26.1 and inspected libImpalaUdf.a with objdump -x to make sure that the relocation types changed to ensure that the change had an effect. Change-Id: I0de3b30f6ade4a3fab77572caac7be3a8d018105 --- M init.sh M source/binutils/build.sh 2 files changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/10/6310/1 -- To view, visit http://gerrit.cloudera.org:8080/6310 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0de3b30f6ade4a3fab77572caac7be3a8d018105 Gerrit-PatchSet: 1 Gerrit-Project: native-toolchain Gerrit-Branch: cdh5.11.0 Gerrit-Owner: Tim Armstrong