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:
Michael Eager
2009-10-16 23:21:23 +00:00
parent 1f596238d5
commit 6254b3e32d
4 changed files with 15 additions and 6 deletions

View File

@ -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[] =