From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78779 invoked by alias); 19 Apr 2019 21:03:23 -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 78769 invoked by uid 89); 19 Apr 2019 21:03:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=enhanced X-HELO: NAM01-SN1-obe.outbound.protection.outlook.com Received: from mail-eopbgr820105.outbound.protection.outlook.com (HELO NAM01-SN1-obe.outbound.protection.outlook.com) (40.107.82.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Apr 2019 21:03:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wavesemi.onmicrosoft.com; s=selector1-wavecomp-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=R3ZbqdkGdP5F+Hfy6RyVFQjgBRosPTKAbnnDMHeveBI=; b=qXl5NhqyDd2kukgl7nuHRRn9T4/2FxFqv4+B5yWMSFsAwnG3Njv9twIr+EKfoYjFI4YJg4jhiNPR6gTN98DIPRnrr6vHUI0oilUTF0I9/akyQ/YYXkQo3AlZg71Rrv9xjkSNUqk+vFLLKX3vLek/xPzf5Knia88+TwtNWrWuGd8= Received: from DM5PR22MB0683.namprd22.prod.outlook.com (10.172.190.23) by DM5PR22MB0075.namprd22.prod.outlook.com (10.168.175.150) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1813.11; Fri, 19 Apr 2019 21:03:18 +0000 Received: from DM5PR22MB0683.namprd22.prod.outlook.com ([fe80::1454:3619:ebed:e81b]) by DM5PR22MB0683.namprd22.prod.outlook.com ([fe80::1454:3619:ebed:e81b%8]) with mapi id 15.20.1813.011; Fri, 19 Apr 2019 21:03:18 +0000 From: Faraz Shahbazker To: "binutils@sourceware.org" CC: Faraz Shahbazker , "paul.hua.gm@gmail.com" Subject: [PATCH] [MIPS] Fix M5100 flags test with interAptiv-MR2 Date: Fri, 19 Apr 2019 21:03:00 -0000 Message-ID: <20190419210422.142060-1-fshahbazker@wavecomp.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=fshahbazker@wavecomp.com; received-spf: None (protection.outlook.com: wavecomp.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="us-ascii" Content-ID: <69D8C4E007594248B2828041298B846C@namprd22.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-SW-Source: 2019-04/txt/msg00217.txt.bz2 From: Matthew Fortune ld/ * testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs for M5100. --- This failure is exposed by a previous assembler fix to apply ASE information correctly for MIPS processors.=20 ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ld-mips-elf/mips-elf-flags.exp b/ld/testsuite/ld-= mips-elf/mips-elf-flags.exp index 89d2a10..58c9b67 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf-flags.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf-flags.exp @@ -314,7 +314,8 @@ good_combination { "-march=3Dinteraptiv-mr2 -32" "-mips= 32r5 -32" } \ good_combination { "-march=3Dinteraptiv-mr2 -32" "-march=3Dm5100 -32" } \ { mips32r2 interaptiv-mr2 } \ MIPS32r5 "Imagination interAptiv MR2" \ - { "DSP ASE" "Enhanced VA Scheme" "MT ASE" } + { "DSP ASE" "Enhanced VA Scheme" \ + "MCU (MicroController) ASE" "MT ASE" } =20 good_combination { "-march=3Dgs464 -32" "-march=3Dgs464e -32" } \ { gs464e o32 } \ --=20 2.9.5