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] |
Hello Joel: I have split the patches as you have recommended and the following is the first of the patch. [Patch, microblaze]: Add slr and shr regs and little-endian breakpoint ChangeLog: 2014-05-20 Ajit Agarwal <ajitkum@xilinx.com> * gdb/gdbserver/Makefile.in (microblaze-linux.c): New rule. * gdb/microblaze-tdep.c (microblaze_register_names): Added the rshr and rslr register names. (microblaze_breakpoint_from_pc): Added Declaration of byte_order and break_insn_le. Check of byte order by BFD_ENDIAN_BIG. * gdb/microblaze-tdep.h (microblaze_reg_num): Addition of field MICROBLAZE_SLR_REGNUM and MICROBLAZE_SHR_REGNUM. (MICROBLAZE_BREAKPOINT_LE): New Macro. (microblaze_frame_cache): Change in the index of register_offsets. * gdb/regformats/reg-microblaze.dat: New Register data file. Signed-off-by:Ajit Agarwal ajitkum@xilinx.com Thanks & Regards Ajit
Attachment:
0001-Patch-microblaze-Add-slr-and-shr-regs-and-little-end.patch
Description: 0001-Patch-microblaze-Add-slr-and-shr-regs-and-little-end.patch
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |