From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123655 invoked by alias); 12 May 2017 22:26:30 -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 123639 invoked by uid 89); 12 May 2017 22:26:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=cary X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 May 2017 22:26:27 +0000 Received: by mail-wm0-f49.google.com with SMTP id d127so26607404wmf.0 for ; Fri, 12 May 2017 15:26:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ohTvByfcpWayoy6CV/sVp/LuaYhpbukRUX2rRDG3kzA=; b=k7c1jxaQ3QVK9F8pTipLDuxTepegXXSPAX6Qnuwp6l+oZ27NlK6oOq4zpQIWs50l5f MZgtR9hqNMurSo7VlTBPbIsy5T1G/eRNYKUBgA4YmTLkBRsGwT8Fye3rcIVgjjdSN5kZ T+3CYnERDo8Tyiotj2DctZMkqjqyWqhlbJb6KpI7PpBGSe5vdas4odSrSPFRxR215lqP dujfJmIQlORCZ/7AtgQKW5briDM8LRdwDrVYq4bUWP5fcPGOFbjBm/ywbdZIklzo/gW+ IaEP5lUKNtaEacMHDcibTwvIuU21d2kGVZLASb5+2lh2T4s5UMt95I4rJlWciQ1UD6Mt xuNA== X-Gm-Message-State: AODbwcDBsnFa0jMRu4M8l8zwcz2/R6sdAX93OzOM2cvgw/NHsrRY+ncm CYZaTWxi+1zhvLGJn8ter0TLhVGQ9g== X-Received: by 10.80.151.243 with SMTP id f48mr5271080edb.54.1494627988619; Fri, 12 May 2017 15:26:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.212.11 with HTTP; Fri, 12 May 2017 15:26:28 -0700 (PDT) In-Reply-To: <1493226123912.87542@accesssoftek.com> References: <1493226123912.87542@accesssoftek.com> From: Cary Coutant Date: Fri, 12 May 2017 22:26:00 -0000 Message-ID: Subject: Re: [PATCH] PR gold/21430 Fix misplacement of a relaxed section on AArch64 To: Igor Kudrin Cc: "binutils@sourceware.org" , Han Shen Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00152.txt.bz2 > gold/ChangeLog > > PR gold/21430 > * aarch64.cc > (AArch64_relobj::convert_input_section_to_relaxed_section): > Set the section offset to -1ULL. > (Target_aarch64::relocate_section): Adjust the view in case > of a relaxed input section. > * testsuite/Makefile.am (pr21430): New test. > * testsuite/Makefile.in: Regenerate > * testsuite/pr21430.s: New test source file. > * testsuite/pr21430.sh: New test script. Approved and applied. Thanks! -cary