summaryrefslogtreecommitdiff
path: root/gdb/config/alpha
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-04-26 01:22:41 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-04-26 01:22:41 +0000
commit9d507b02c69fd088f07a21fe3e3c154816793232 (patch)
tree7bdc0cb55e75ac6bee6ac908f26fac161939f28f /gdb/config/alpha
parent85352a4b9a7ec1ada1db872aaf02a64d04fe552d (diff)
downloadgdb-9d507b02c69fd088f07a21fe3e3c154816793232.tar.gz
* alpha-tdep.c (alpha_skip_prologue_internal): Remove
GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to indicate that the condition it was testing is always true. * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove. * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto. * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r--gdb/config/alpha/nm-linux.h4
-rw-r--r--gdb/config/alpha/nm-nbsd.h3
-rw-r--r--gdb/config/alpha/nm-osf.h4
3 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h
index 05ac5518121..c59b88cb21e 100644
--- a/gdb/config/alpha/nm-linux.h
+++ b/gdb/config/alpha/nm-linux.h
@@ -41,10 +41,6 @@
#define CANNOT_STEP_BREAKPOINT
-/* GNU/Linux has shared libraries. */
-
-#define GDB_TARGET_HAS_SHARED_LIBS
-
/* Given a pointer to either a gregset_t or fpregset_t, return a
pointer to the first register. */
#define ALPHA_REGSET_BASE(regsetp) ((long *) (regsetp))
diff --git a/gdb/config/alpha/nm-nbsd.h b/gdb/config/alpha/nm-nbsd.h
index aab9edf5c31..ef6ab313a6f 100644
--- a/gdb/config/alpha/nm-nbsd.h
+++ b/gdb/config/alpha/nm-nbsd.h
@@ -30,7 +30,4 @@
/* The Alpha does not step over a breakpoint. */
#define CANNOT_STEP_BREAKPOINT
-/* NetBSD/alpha has shared libraries. */
-#define GDB_TARGET_HAS_SHARED_LIBS
-
#endif /* NM_NBSD_H */
diff --git a/gdb/config/alpha/nm-osf.h b/gdb/config/alpha/nm-osf.h
index 1316603c5be..20b5ae4a39a 100644
--- a/gdb/config/alpha/nm-osf.h
+++ b/gdb/config/alpha/nm-osf.h
@@ -34,10 +34,6 @@
#define CANNOT_STEP_BREAKPOINT
-/* OSF/1 has shared libraries. */
-
-#define GDB_TARGET_HAS_SHARED_LIBS
-
/* Support for shared libraries. */
#include "solib.h"