diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-26 01:22:41 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-26 01:22:41 +0000 |
commit | 15d72a927a243487fe1497caa9701b05869c715d (patch) | |
tree | 9e939297ebb7bc8a679396631614319cdb436dea /gdb/config | |
parent | accc6d1ff368635135fb961397da748a4505008c (diff) | |
download | gdb-15d72a927a243487fe1497caa9701b05869c715d.zip gdb-15d72a927a243487fe1497caa9701b05869c715d.tar.gz gdb-15d72a927a243487fe1497caa9701b05869c715d.tar.bz2 |
* 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')
-rw-r--r-- | gdb/config/alpha/nm-linux.h | 4 | ||||
-rw-r--r-- | gdb/config/alpha/nm-nbsd.h | 3 | ||||
-rw-r--r-- | gdb/config/alpha/nm-osf.h | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h index 05ac551..c59b88c 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 aab9edf..ef6ab31 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 1316603..20b5ae4 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" |