From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102975 invoked by alias); 11 Apr 2019 18:47:28 -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 102922 invoked by uid 89); 11 Apr 2019 18:47:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,FREEMAIL_REPLY,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=jcmvbkbcgmailcom, H*f:sk:CAGSvup, jcmvbkbc@gmail.com, U*augustine.sterling X-HELO: mail-yw1-f65.google.com Received: from mail-yw1-f65.google.com (HELO mail-yw1-f65.google.com) (209.85.161.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Apr 2019 18:47:24 +0000 Received: by mail-yw1-f65.google.com with SMTP id p64so2437637ywg.7 for ; Thu, 11 Apr 2019 11:47:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UUmRDH1F9+lEsG6LlIkXnspgwyt/WXEnRkU496xflSU=; b=Y4pCAwAjIOoqcOGiOn52lPbjKOClvouejmYo2J4Rj+HuI0kKKllUhWDKdCV45VUr8d Xi6rHoJktPVPotsUlMAclz/OUCU1b2JNe36CjAOcwBp9T/bPBA7g/RbAnsFJo1Hm7H3T leNkt7aZlwtQshM2C7yzydgPBQ/Px/6PE+3XbG2wkTfsvQJj7kldiaXSUiaiQjFKjgi1 +4qSE7VsQs35XPI/Lcm7W8ZIACO6A/vAvvgzRjZMsxY93DkI4tMS+M9qHEjNvRCs24ng Yl6zfFZaXsWZYNxs2Qb5+hGVCZPeSpmHkF6UDcQwAH7xw2B0kmvr3PDdNiGk6sMOJkgj /6XQ== MIME-Version: 1.0 References: <20190410203820.18358-1-jcmvbkbc@gmail.com> <20190410203820.18358-3-jcmvbkbc@gmail.com> In-Reply-To: From: Max Filippov Date: Thu, 11 Apr 2019 18:47:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] xtensa: gas: add relaxations tests To: "augustine.sterling@gmail.com" Cc: binutils@sourceware.org, Eric Tsai , linux-xtensa@linux-xtensa.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00140.txt.bz2 On Wed, Apr 10, 2019 at 5:08 PM augustine.sterling@gmail.com wrote: > > On Wed, Apr 10, 2019 at 1:38 PM Max Filippov wrote: > > > > gas/ > > 2019-04-10 Max Filippov > > > > * testsuite/gas/xtensa/loop-relax-2.d: New test definition. > > * testsuite/gas/xtensa/loop-relax.d: New test definition. > > * testsuite/gas/xtensa/loop-relax.s: New test source. > > * testsuite/gas/xtensa/text-section-literals-1a.d: New test > > definition. > > * testsuite/gas/xtensa/text-section-literals-2.d: New test > > definition. > > * testsuite/gas/xtensa/text-section-literals-2.s: New test > > source. > > * testsuite/gas/xtensa/text-section-literals-2a.d: New test > > definition. > > * testsuite/gas/xtensa/text-section-literals-3.d: New test > > definition. > > * testsuite/gas/xtensa/text-section-literals-3.s: New test > > source. > > * testsuite/gas/xtensa/text-section-literals-4.d: New test > > definition. > > * testsuite/gas/xtensa/text-section-literals-4.s: New test > > source. > > * testsuite/gas/xtensa/text-section-literals-4a.d: New test > > definition. > > Also looks good. Thanks. Applied to master. -- Max