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/mips Fix compile warning about redefinit...



details:   https://anonhg.NetBSD.org/src/rev/41c4c9713e3e
branches:  trunk
changeset: 467438:41c4c9713e3e
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Mar 24 21:48:36 1999 +0000

description:
Fix compile warning about redefinition of SVR4_SHARED_LIBS (which must be
definable on the cc command line so that a.out/ELF switchable platforms
work).

diffstat:

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

diffs (13 lines):

diff -r 259fd699b9fa -r 41c4c9713e3e gnu/dist/gdb/config/mips/nm-nbsd.h
--- a/gnu/dist/gdb/config/mips/nm-nbsd.h        Wed Mar 24 21:15:17 1999 +0000
+++ b/gnu/dist/gdb/config/mips/nm-nbsd.h        Wed Mar 24 21:48:36 1999 +0000
@@ -19,7 +19,9 @@
 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
 
 /* Get generic NetBSD native definitions. */
 #include "nm-nbsd.h"



Home | Main Index | Thread Index | Old Index