Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/gnu/dist/gdb/config/alpha pullup 1.5->1.6 (tv): fix sha...



details:   https://anonhg.NetBSD.org/src/rev/3f9bc2a12bc7
branches:  netbsd-1-4
changeset: 468400:3f9bc2a12bc7
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Apr 21 14:43:31 1999 +0000

description:
pullup 1.5->1.6 (tv): fix shared object breakage

diffstat:

 gnu/dist/gdb/config/alpha/nm-nbsd.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 3c38b28d5987 -r 3f9bc2a12bc7 gnu/dist/gdb/config/alpha/nm-nbsd.h
--- a/gnu/dist/gdb/config/alpha/nm-nbsd.h       Wed Apr 21 02:19:06 1999 +0000
+++ b/gnu/dist/gdb/config/alpha/nm-nbsd.h       Wed Apr 21 14:43:31 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