aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorMarkus Deuling <deuling@de.ibm.com>2007-11-15 13:53:11 +0000
committerMarkus Deuling <deuling@de.ibm.com>2007-11-15 13:53:11 +0000
commit2301df11d5d514524a23fcef26fdad54e0cb8654 (patch)
treeb7b4ddcc46ce0360d73bce4e303e302f13adb6a0 /gdb/arm-tdep.h
parentfc0484e94e24a309facc00ccf445478106f96802 (diff)
downloadgdb-2301df11d5d514524a23fcef26fdad54e0cb8654.zip
gdb-2301df11d5d514524a23fcef26fdad54e0cb8654.tar.gz
gdb-2301df11d5d514524a23fcef26fdad54e0cb8654.tar.bz2
2007-11-15 Markus Deuling <deuling@de.ibm.com>
* arm-tdep.c (arm_prologue_this_id): Replace LOWEST_PC by its expression and use get_frame_arch to replace current_gdbarch by frame's architecture. *arm-tdep.h (LOWEST_PC): Remove
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r--gdb/arm-tdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h
index d049f29..a6769e9 100644
--- a/gdb/arm-tdep.h
+++ b/gdb/arm-tdep.h
@@ -176,11 +176,6 @@ struct gdbarch_tdep
};
-
-#ifndef LOWEST_PC
-#define LOWEST_PC (gdbarch_tdep (current_gdbarch)->lowest_pc)
-#endif
-
CORE_ADDR arm_skip_stub (struct frame_info *, CORE_ADDR);
CORE_ADDR arm_get_next_pc (struct frame_info *, CORE_ADDR);
int arm_software_single_step (struct frame_info *);