From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84231 invoked by alias); 13 May 2015 16:28:39 -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 83425 invoked by uid 89); 13 May 2015 16:28:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-oi0-f42.google.com Received: from mail-oi0-f42.google.com (HELO mail-oi0-f42.google.com) (209.85.218.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 13 May 2015 16:28:38 +0000 Received: by oica37 with SMTP id a37so35529861oic.0 for ; Wed, 13 May 2015 09:28:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.202.195.23 with SMTP id t23mr15575067oif.117.1431534516370; Wed, 13 May 2015 09:28:36 -0700 (PDT) Received: by 10.76.26.178 with HTTP; Wed, 13 May 2015 09:28:36 -0700 (PDT) In-Reply-To: <55536D4C.8050708@redhat.com> References: <1431215617-29170-1-git-send-email-jcmvbkbc@gmail.com> <55536D4C.8050708@redhat.com> Date: Wed, 13 May 2015 16:28:00 -0000 Message-ID: Subject: Re: [PATCH] xtensa: fix gas trampolines regression From: Max Filippov To: Nicholas Clifton Cc: binutils@sourceware.org, Sterling Augustine , David Weatherford , Marc Gauthier , "linux-xtensa@linux-xtensa.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00119.txt.bz2 On Wed, May 13, 2015 at 6:27 PM, Nicholas Clifton wrote: > Hi Max, > >> 2015-05-10 Max Filippov >> gas/ >> * config/tc-xtensa.c (xtensa_relax_frag): Allow trampoline to be >> closer than J_RANGE / 2 to jump frag. >> >> gas/testsuite/ >> * gas/xtensa/trampoline.s: Add regression testcase. > > > Approved - please apply. Thanks! Checked in. -- Max