diff options
author | Michael J. Eager <eager@eagercon.com> | 2025-01-28 13:20:52 -0800 |
---|---|---|
committer | Michael J. Eager <eager@eagercon.com> | 2025-01-28 13:22:35 -0800 |
commit | 5f51e2f2c37b7df51f75db791c255a4efdd04f4f (patch) | |
tree | 727e77d7d8496b0a755e96995784c6353a3d3a27 /gdb/features/Makefile | |
parent | 1c525b0e037b895f6d21deaf32dd922dfdd9c822 (diff) | |
download | binutils-5f51e2f2c37b7df51f75db791c255a4efdd04f4f.zip binutils-5f51e2f2c37b7df51f75db791c255a4efdd04f4f.tar.gz binutils-5f51e2f2c37b7df51f75db791c255a4efdd04f4f.tar.bz2 |
MicroBlaze: Add features/microblaze-linux.xml
This is a preparatory patch to support native linux port
of gdbserver for MicroBlaze
* gdb/features/Makefile : Add microblaze-expedite
* gdb/features/microblaze-linux.xml : New
* gdb/features/microblaze-linux.c : New (generated)
* gdb/regformats/microblaze-linux.dat : New (generated)
Signed-off-by: David Holsgrove <david.holsgrove@petalogix.com>
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>
Signed-off-by: Mahesh Bodapati <mbodapat@xilinx.com>
Signed-off-by: Gopi Kumar Bulusu <gopi@sankhya.com>
Signed-off-by: Michael J. Eager <eager@eagercon.com>
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r-- | gdb/features/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 7c10f20..344c12c 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -46,6 +46,7 @@ # List of .dat files to create in ../regformats/ WHICH = mips-linux mips-dsp-linux \ mips64-linux mips64-dsp-linux \ + microblaze-linux \ or1k-linux \ rs6000/powerpc-32 \ rs6000/powerpc-32l rs6000/powerpc-altivec32l rs6000/powerpc-e500l \ @@ -68,6 +69,7 @@ WHICH = mips-linux mips-dsp-linux \ tic6x-c64xp-linux tic6x-c64x-linux tic6x-c62x-linux # Record which registers should be sent to GDB by default after stop. +microblaze-expedite = r1,rpc mips-expedite = r29,pc mips-dsp-expedite = r29,pc mips64-expedite = r29,pc |