summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1999-04-21 00:20:20 +0000
committertv <tv@NetBSD.org>1999-04-21 00:20:20 +0000
commit250c4d44a4fcd8bdabb90799581fd4fb9735c4b9 (patch)
treeaf5879c79b5c69ac681f10ac8cb5d5ed64d4e15c /gnu
parent74dfd62bad1bd7372e67ca710b1efb22061caff5 (diff)
So, I can't believe the shlib fix for alpha was actually this easy.
Gdb will now work with shared objects on Alpha, completely (the Linux folks wrote the ELF64 support for us).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/gdb/config/alpha/nm-nbsd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/dist/gdb/config/alpha/nm-nbsd.h b/gnu/dist/gdb/config/alpha/nm-nbsd.h
index 8f97fd9406c..8cbb1740ef1 100644
--- a/gnu/dist/gdb/config/alpha/nm-nbsd.h
+++ b/gnu/dist/gdb/config/alpha/nm-nbsd.h
@@ -19,9 +19,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Need to define this before including the common nm-nbsd.h. */
-#ifndef SVR4_SHARED_LIBS
-#define SVR4_SHARED_LIBS
-#endif SVR4_SHARED_LIBS
+#define SVR4_SHARED_LIBS 1
+#define TARGET_ELF64 1
/* Get generic NetBSD native definitions. */
#include "nm-nbsd.h"