This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Sort microblaze out of way of mips in features Makefile


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.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]