diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-01 22:44:25 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-01 22:44:25 +0000 |
commit | 93282e61398111d4b5da995f46cf5493dba47153 (patch) | |
tree | b57b176990d5a1e354f7ad2aeb33ba73df7406a2 /gdb/xm-sun3.h | |
parent | 4090fe1c2bd15b1513674efc5b55ea036a481ee5 (diff) | |
download | gdb-93282e61398111d4b5da995f46cf5493dba47153.zip gdb-93282e61398111d4b5da995f46cf5493dba47153.tar.gz gdb-93282e61398111d4b5da995f46cf5493dba47153.tar.bz2 |
Sun3 native support.
* config/sun3os3.mh, config/sun3os4.mh (NAT_FILE, NATDEPFILES):
new macros for native support.
(XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES,
removed sun3-xdep.o.
* xm-sun3.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to
nm-sun3.h.
* sun3-xdep.c: removed. All code is now in sun3-nat.c.
* sun3-nat.c, nm-sun3.h: new files for native support.
Diffstat (limited to 'gdb/xm-sun3.h')
-rw-r--r-- | gdb/xm-sun3.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/xm-sun3.h b/gdb/xm-sun3.h index bd5eeaa..3970929 100644 --- a/gdb/xm-sun3.h +++ b/gdb/xm-sun3.h @@ -27,14 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NEW_SUN_CORE -/* Do implement the attach and detach commands. */ - -#define ATTACH_DETACH - -/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */ - -#define FETCH_INFERIOR_REGISTERS - /* We have to grab the regs since we store all regs at once. */ #define CHILD_PREPARE_TO_STORE() \ |