mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Fix build failure for microblaze-xilinx-linux.
* microblaze-linux-tdep.c: microblaze_linux_memory_remove_breakpoint(): Add gdbarch to param, replace frame_pc_unwind with get_frame_address_in_block. * microblaze-tdep.c: Remove MICROBLAZE_REGISTER_SIZE. * microblaze-tdep.h: Add MICROBLAZE_REGISTER_SIZE.
This commit is contained in:
@ -63,9 +63,6 @@
|
||||
#define IS_SAVE_HIDDEN_PTR(op, rd, ra, rb) \
|
||||
((op == add || op == addik) && ra == MICROBLAZE_FIRST_ARGREG && rb == 0)
|
||||
|
||||
/* All registers are 32 bits. */
|
||||
#define MICROBLAZE_REGISTER_SIZE 4
|
||||
|
||||
/* The registers of the Xilinx microblaze processor. */
|
||||
|
||||
static const char *microblaze_register_names[] =
|
||||
|
Reference in New Issue
Block a user