aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/arm/xm-arm.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-04-05 04:14:11 +0000
committerStan Shebs <shebs@codesourcery.com>1996-04-05 04:14:11 +0000
commit72c9954b87f955fa8a62ff70a29c2f8a3aa7ece4 (patch)
treed432ddbffa3050db7d3094a23241ab93d79b8640 /gdb/config/arm/xm-arm.h
parent67c1413d7f56cc04f7dba8b64cac364cbfa11e42 (diff)
downloadfsf-binutils-gdb-72c9954b87f955fa8a62ff70a29c2f8a3aa7ece4.zip
fsf-binutils-gdb-72c9954b87f955fa8a62ff70a29c2f8a3aa7ece4.tar.gz
fsf-binutils-gdb-72c9954b87f955fa8a62ff70a29c2f8a3aa7ece4.tar.bz2
* arm-xdep.c: Move native-specific code to here from arm-tdep.c.
* arm-tdep.c (arm_apcs_32): New global. (arm_addr_bits_remove, arm_saved_pc_after_call, arm_push_dummy_frame, arm_pop_frame): New functions. (arm_skip_prologue): Updated version from Richard Earnshaw. (_initialize_arm_tdep): Add set/show "apcs32". * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call arm_addr_bits_remove. (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call. (frame_find_saved_regs): Declare properly. (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame. (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of explicit mask. * config/arm/nm-arm.h: New file. * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS): Move definitions to nm-arm.h. * config/arm/arm.mh (NAT_FILE): Define. PR 8941
Diffstat (limited to 'gdb/config/arm/xm-arm.h')
-rw-r--r--gdb/config/arm/xm-arm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/arm/xm-arm.h b/gdb/config/arm/xm-arm.h
index 001caae..34c0bd3 100644
--- a/gdb/config/arm/xm-arm.h
+++ b/gdb/config/arm/xm-arm.h
@@ -19,14 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define HOST_BYTE_ORDER LITTLE_ENDIAN
-/* This is the amount to subtract from u.u_ar0
- to get the offset in the core file of the register values. */
-
-#define KERNEL_U_ADDR (0x01000000 - (UPAGES * NBPG))
-
-/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */
-#define FETCH_INFERIOR_REGISTERS
-
#if 0
/* Interface definitions for kernel debugger KDB. */