diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-03-15 22:00:30 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-03-15 22:00:30 +0000 |
commit | f919f30267396cc5fc3da2ebd164c422b063e77a (patch) | |
tree | 970ffe5238145be2d1d33a67fc5bf33688c08735 /gdb/config/alpha | |
parent | 68c1bc9ca145e3b92bff275e585fd5d867c9f456 (diff) | |
download | gdb-f919f30267396cc5fc3da2ebd164c422b063e77a.zip gdb-f919f30267396cc5fc3da2ebd164c422b063e77a.tar.gz gdb-f919f30267396cc5fc3da2ebd164c422b063e77a.tar.bz2 |
* nlmstub.def: Removed, this was moved to nlm/gdbserve.def
long ago.
* config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed.
* nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h,
alpha.c, alpha.h, altdebug.h}: Removed.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/alpha-nw.mt | 3 | ||||
-rw-r--r-- | gdb/config/alpha/gdbserve.mt | 3 | ||||
-rw-r--r-- | gdb/config/alpha/tm-alphanw.h | 14 |
3 files changed, 0 insertions, 20 deletions
diff --git a/gdb/config/alpha/alpha-nw.mt b/gdb/config/alpha/alpha-nw.mt deleted file mode 100644 index e87a9c7..0000000 --- a/gdb/config/alpha/alpha-nw.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: Little-endian Alpha -TDEPFILES= alpha-tdep.o -TM_FILE= tm-alphanw.h diff --git a/gdb/config/alpha/gdbserve.mt b/gdb/config/alpha/gdbserve.mt deleted file mode 100644 index 71a8604..0000000 --- a/gdb/config/alpha/gdbserve.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: GDBSERVE.NLM running on a little-endian Alpha -TDEPFILES= alpha.o alpha-io.o -CPU_FILE= alpha diff --git a/gdb/config/alpha/tm-alphanw.h b/gdb/config/alpha/tm-alphanw.h deleted file mode 100644 index 6ee4651..0000000 --- a/gdb/config/alpha/tm-alphanw.h +++ /dev/null @@ -1,14 +0,0 @@ -/* GDB target definitions for Alpha running Netware. */ - -/* Alpha/Netware uses NT PALcode, which causes call_pal bpt to give the PC of the - actual breakpoint, not PC+4, (like the OSF1 PALcode). */ - -#define DECR_PC_AFTER_BREAK 0 - -#define VM_MIN_ADDRESS ((CORE_ADDR)0) - -#include "alpha/tm-alpha.h" - -/* Stop backtracing when we wander into main. */ - -#define FRAME_CHAIN_VALID_ALTERNATE |