Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/dist/gdb/config Pullup revision 1.5-1.6 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/c7f1843d3ab3
branches:  netbsd-1-5
changeset: 489128:c7f1843d3ab3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 16 22:55:47 2000 +0000

description:
Pullup revision 1.5-1.6 (approved by thorpej):

        don't include solib.h if the system is sh3&&(!ELF)
        because the COFF based NetBSD/sh3 doesn't support
        shared library.

diffstat:

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

diffs (13 lines):

diff -r 7a3dd45126b5 -r c7f1843d3ab3 gnu/dist/gdb/config/nm-nbsd.h
--- a/gnu/dist/gdb/config/nm-nbsd.h     Wed Aug 16 22:54:54 2000 +0000
+++ b/gnu/dist/gdb/config/nm-nbsd.h     Wed Aug 16 22:55:47 2000 +0000
@@ -37,7 +37,9 @@
 
 #define PTRACE_ARG3_TYPE char*
 
+#if !defined(NO_SOLIB)
 #include "solib.h"      /* Support for shared libraries. */
+#endif
 
 #ifndef SVR4_SHARED_LIBS
 /* The NetBSD link.h structure definitions have different names



Home | Main Index | Thread Index | Old Index