Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb/config/alpha So, I can't believe the shlib fix ...
details: https://anonhg.NetBSD.org/src/rev/0936f66f39f1
branches: trunk
changeset: 472101:0936f66f39f1
user: tv <tv%NetBSD.org@localhost>
date: Wed Apr 21 00:20:20 1999 +0000
description:
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:
gnu/dist/gdb/config/alpha/nm-nbsd.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 1a11d8b5dc41 -r 0936f66f39f1 gnu/dist/gdb/config/alpha/nm-nbsd.h
--- a/gnu/dist/gdb/config/alpha/nm-nbsd.h Wed Apr 21 00:19:09 1999 +0000
+++ b/gnu/dist/gdb/config/alpha/nm-nbsd.h Wed Apr 21 00:20:20 1999 +0000
@@ -19,9 +19,8 @@
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"
Home |
Main Index |
Thread Index |
Old Index