From patchwork Thu Dec 15 09:53:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bhushan Attarde X-Patchwork-Id: 18474 Received: (qmail 32917 invoked by alias); 15 Dec 2016 09:54:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 32894 invoked by uid 89); 15 Dec 2016 09:54:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=WHICH 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; Thu, 15 Dec 2016 09:54:33 +0000 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id AAD2F7E620A3B for ; Thu, 15 Dec 2016 09:54:28 +0000 (GMT) Received: from pudesk170.pu.imgtec.org (192.168.93.65) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 15 Dec 2016 09:54:30 +0000 From: Bhushan Attarde To: CC: , , Bhushan Attarde Subject: [PATCH] Sort microblaze out of way of mips in features Makefile Date: Thu, 15 Dec 2016 15:23:57 +0530 Message-ID: <1481795637-32140-1-git-send-email-bhushan.attarde@imgtec.com> MIME-Version: 1.0 Hi, This patch just reorders entries in features/Makefile. No functional change. gdb/ChangeLog: * features/Makefile: Sort microblaze out of the way of mips/mips64 in WHICH and *-expidite lists. --- gdb/features/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 30eed5d..c901641 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -60,8 +60,8 @@ WHICH = aarch64 \ i386/x32 i386/x32-linux \ i386/x32-avx i386/x32-avx-linux \ i386/x32-avx512 i386/x32-avx512-linux \ - mips-linux mips-dsp-linux \ microblaze-with-stack-protect \ + mips-linux mips-dsp-linux \ mips64-linux mips64-dsp-linux \ nios2-linux \ rs6000/powerpc-32 \ @@ -85,11 +85,11 @@ arm-expedite = r11,sp,pc i386-expedite = ebp,esp,eip amd64-expedite = rbp,rsp,rip x32-expedite = rbp,rsp,rip +microblaze-expedite = r1,rpc mips-expedite = r29,pc mips-dsp-expedite = r29,pc mips64-expedite = r29,pc mips64-dsp-expedite = r29,pc -microblaze-expedite = r1,rpc nios2-linux-expedite = sp,pc powerpc-expedite = r1,pc rs6000/powerpc-cell32l-expedite = r1,pc,r0,orig_r3,r4