* MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no
[deliverable/binutils-gdb.git] / gdb / m68k-tdep.h
index 2952962a76a8636495715e79c547841fe5299fcc..27a7feb24f8a42eaea0e20abe7160001271c5a59 100644 (file)
@@ -31,8 +31,11 @@ enum m68k_regnum
 {
   M68K_D0_REGNUM = 0,
   M68K_D1_REGNUM = 1,
+  M68K_D2_REGNUM = 2,
+  M68K_D7_REGNUM = 7,
   M68K_A0_REGNUM = 8,
   M68K_A1_REGNUM = 9,
+  M68K_A2_REGNUM = 10,
   M68K_FP_REGNUM = 14,         /* Address of executing stack frame.  */
   M68K_SP_REGNUM = 15,         /* Address of top of stack.  */
   M68K_PS_REGNUM = 16,         /* Processor status.  */
This page took 0.141154 seconds and 4 git commands to generate.