From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78934 invoked by alias); 15 May 2017 13:37:41 -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 78922 invoked by uid 89); 15 May 2017 13:37:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Technologies, relaxation, H*MI:6743, sk:applica X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 May 2017 13:37:39 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id 48CF6213DCED5 for ; Mon, 15 May 2017 14:37:37 +0100 (IST) Received: from [10.20.78.20] (10.20.78.20) by hhmail02.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Mon, 15 May 2017 14:37:39 +0100 Date: Mon, 15 May 2017 13:37:00 -0000 From: "Maciej W. Rozycki" To: Subject: [committed 0/4] MIPS16e2 ASE support Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2017-05/txt/msg00169.txt.bz2 Hi, This patch series adds MIPS16e2 ASE support as per the architecture specification[1]. Since the test suite part is big I have split it off from the code change, and further divided into a GAS test framework update for MIPS16e2 testing support, then new MIPS16e2 instruction handling tests and finally MIPS16e2 relaxation tests. References: [1] "MIPS32 Architecture for Programmers: MIPS16e2 Application-Specific Extension Technical Reference Manual", Imagination Technologies Ltd., Document Number: MD01172, Revision 01.00, April 26, 2016 Maciej