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]

[PATCH] Microblaze: Replace microblaze-expedite from pc to rpc.


Please find the patch below based on Pedro suggestions.  

  Microblaze: Replace microblaze-expedite from pc to rpc.
    
    Replace microblaze-expedite from pc to rpc. The makefile and
    the following commands are used to create microblaze-with-stack-protect.dat.
    
    make ../regformats/microblaze-with-stack-protect.dat
    
    gdb/
    2014-10-13  Ajit Agarwal  <ajitkum@xilinx.com>
    
        * features/Makefile (microblaze-expedite): Replace
        microblaze-expediate from pc to rpc.
        * regformats/microblaze-with-stack-protect.dat: Created
        using Makefile.
    
    Signed-off-by:Ajit Agarwal ajitkum@xilinx.com

---
 gdb/features/Makefile                            |    2 +-
 gdb/regformats/microblaze-with-stack-protect.dat |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/features/Makefile b/gdb/features/Makefile
index c17157b..7708f5b 100644
--- a/gdb/features/Makefile
+++ b/gdb/features/Makefile
@@ -103,7 +103,7 @@ mips-expedite = r29,pc
 mips-dsp-expedite = r29,pc
 mips64-expedite = r29,pc
 mips64-dsp-expedite = r29,pc
-microblaze-expedite = r1,pc
+microblaze-expedite = r1,rpc
 nios2-linux-expedite = sp,pc
 powerpc-expedite = r1,pc
 rs6000/powerpc-cell32l-expedite = r1,pc,r0,orig_r3,r4
diff --git a/gdb/regformats/microblaze-with-stack-protect.dat b/gdb/regformats/microblaze-with-stack-protect.dat
index 5ce0c24..8040a7b 100644
--- a/gdb/regformats/microblaze-with-stack-protect.dat
+++ b/gdb/regformats/microblaze-with-stack-protect.dat
@@ -2,7 +2,7 @@
 # Generated from: microblaze-with-stack-protect.xml
 name:microblaze_with_stack_protect
 xmltarget:microblaze-with-stack-protect.xml
-expedite:r1,pc
+expedite:r1,rpc
 32:r0
 32:r1
 32:r2
--
1.7.1

Attachment: 0001-Microblaze-Replace-microblaze-expedite-from-pc-to-rp.patch
Description: 0001-Microblaze-Replace-microblaze-expedite-from-pc-to-rp.patch


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