diff options
Diffstat (limited to 'gdb/config/m68k/xm-sun3.h')
-rw-r--r-- | gdb/config/m68k/xm-sun3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/m68k/xm-sun3.h b/gdb/config/m68k/xm-sun3.h index 001af8a..3de7446 100644 --- a/gdb/config/m68k/xm-sun3.h +++ b/gdb/config/m68k/xm-sun3.h @@ -19,10 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define HOST_BYTE_ORDER BIG_ENDIAN -/* We have to grab the regs since we store all regs at once. */ - -#define CHILD_PREPARE_TO_STORE() \ - read_register_bytes (0, (char *)NULL, REGISTER_BYTES) /* Interface definitions for kernel debugger KDB. */ |