Sort microblaze out of way of mips in features Makefile

Message ID 1481795637-32140-1-git-send-email-bhushan.attarde@imgtec.com
State New, archived
Headers

Commit Message

Bhushan Attarde Dec. 15, 2016, 9:53 a.m. UTC
  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(-)
  

Comments

Michael Eager Dec. 15, 2016, 4:03 p.m. UTC | #1
On 12/15/2016 01:53 AM, Bhushan Attarde wrote:
> 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
>

OK.
  

Patch

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