CVS commit: src/external/gpl3/gdb/bin/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 17 16:38:10 UTC 2020

Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile

Log Message:
Add new libraries


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/bin/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/bin/gdb/Makefile
diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.16 src/external/gpl3/gdb/bin/gdb/Makefile:1.17
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.16	Wed Sep 16 22:17:51 2020
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Thu Sep 17 12:38:10 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2020/09/17 02:17:51 christos Exp $
+#	$NetBSD: Makefile,v 1.17 2020/09/17 16:38:10 christos Exp $
 
 NOCTF=
 .include 
@@ -42,11 +42,14 @@ stabs.info gdb.info: gdb-cfg.texi GDBvn.
 .include "../../Makefile.inc"
 .include 
 
-LIBOPCODESDIR!=   cd ${.CURDIR}/../../lib/libopcodes   && ${PRINTOBJDIR}
-LIBBFDDIR!=   cd ${.CURDIR}/../../lib/libbfd   && ${PRINTOBJDIR}
-LIBIBERTYDIR!=cd ${.CURDIR}/../../lib/libiberty&& ${PRINTOBJDIR}
-LIBGDBDIR!=	  cd ${.CURDIR}/../../lib/libgdb   && ${PRINTOBJDIR}
-LIBDECNUMBERDIR!= cd ${.CURDIR}/../../lib/libdecnumber && ${PRINTOBJDIR}
+LIBCTFDIR!=	 cd ${.CURDIR}/../../lib/libctf	   && ${PRINTOBJDIR}
+LIBGNULIBDIR!=	 cd ${.CURDIR}/../../lib/libgnulib	   && ${PRINTOBJDIR}
+LIBGDBSUPPORTDIR!=   cd ${.CURDIR}/../../lib/libgdbsupport && ${PRINTOBJDIR}
+LIBOPCODESDIR!=	 cd ${.CURDIR}/../../lib/libopcodes	   && ${PRINTOBJDIR}
+LIBBFDDIR!=	 cd ${.CURDIR}/../../lib/libbfd	   && ${PRINTOBJDIR}
+LIBIBERTYDIR!=	 cd ${.CURDIR}/../../lib/libiberty	   && ${PRINTOBJDIR}
+LIBGDBDIR!=	 cd ${.CURDIR}/../../lib/libgdb	   && ${PRINTOBJDIR}
+LIBDECNUMBERDIR!=cd ${.CURDIR}/../../lib/libdecnumber  && ${PRINTOBJDIR}
 
 .if ${USE_LIBEDIT} == yes
 LIBRL=-ledit
@@ -75,6 +78,9 @@ DPADD+=		${SIMOBJ}/libsim.a
 LDADD+= -L${LIBOPCODESDIR} -lopcodes \
 	-L${LIBBFDDIR} -lbfd \
 	-L${LIBDECNUMBERDIR} -ldecnumber \
+	-L${LIBGDBSUPPORTDIR} -lgdbsupport \
+	-L${LIBCTFDIR} -lctf \
+	-L${LIBGNULIBDIR} -lgnulib \
 	${LIBRL} \
 	-lterminfo \
 	-L${LIBIBERTYDIR} -liberty
@@ -82,6 +88,9 @@ LDADD+= -L${LIBOPCODESDIR} -lopcodes \
 DPADD+=	${LIBOPCODESDIR}/libopcodes.a \
 	${LIBBFDDIR}/libbfd.a \
 	${LIBDECNUMBERDIR}/libdecnumber.a \
+	${LIBGDBSUPPORTDIR}/libgdbsupport.a \
+	${LIBCTFDIR}/libctf.a \
+	${LIBGNULIBDIR}/libgnulib.a \
 	${LIBRLDP} \
 	${LIBTERMINFO} \
 	${LIBIBERTYDIR}/libiberty.a



CVS commit: src/external/gpl3/gdb/bin/gdb

2014-06-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jun 23 15:05:30 UTC 2014

Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile

Log Message:
No more gdbint.texinfo; has been removed upstream


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/bin/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/bin/gdb/Makefile
diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.8 src/external/gpl3/gdb/bin/gdb/Makefile:1.9
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.8	Sun Jun 22 19:52:57 2014
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Mon Jun 23 11:05:30 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2014/06/22 23:52:57 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2014/06/23 15:05:30 christos Exp $
 
 .include bsd.own.mk
 .include ../Makefile.inc
@@ -22,7 +22,7 @@ CPPFLAGS+=	-I${.CURDIR} \
 		-I${DIST}/include \
 		${GCPPFLAGS:M-D*}
 
-TEXINFO=	gdb.texinfo gdbint.texinfo stabs.texinfo
+TEXINFO=	gdb.texinfo stabs.texinfo
 INFOFLAGS=	-I${DIST}/gdb/doc -I${DIST}/gdb/mi \
 		-I${DIST}/readline/doc -I${.CURDIR}/.. -DGDBN=${GDBN}
 
@@ -33,7 +33,7 @@ gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.te
 	${TOOL_CAT} ${.ALLSRC}  ${.TARGET}
 
 CLEANFILES+= GDBvn.texi gdb-cfg.texi
-gdbint.info stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
+stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
 
 .include ../../Makefile.inc
 .include bsd.info.mk



CVS commit: src/external/gpl3/gdb/bin/gdb

2013-10-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct  3 18:06:11 UTC 2013

Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile

Log Message:
need more includes and libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/bin/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/bin/gdb/Makefile
diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.6 src/external/gpl3/gdb/bin/gdb/Makefile:1.7
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.6	Sun Aug  4 19:41:43 2013
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Thu Oct  3 14:06:11 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2013/08/04 23:41:43 matt Exp $
+#	$NetBSD: Makefile,v 1.7 2013/10/03 18:06:11 christos Exp $
 
 .include bsd.own.mk
 .include ../Makefile.inc
@@ -12,6 +12,7 @@ SRCS=		gdb.c
 CPPFLAGS+=	-I${.CURDIR} \
 		-I${GDBARCHDIR} \
 		-I${DIST}/gdb \
+		-I${DIST}/gdb/common \
 		-I${DIST}/gdb/config \
 		-I${DIST}/include/opcode \
 		-I${DIST} \
@@ -80,8 +81,8 @@ DPADD+=	${LIBOPCODESDIR}/libopcodes.a \
 	${LIBTERMINFO} \
 	${LIBIBERTYDIR}/libiberty.a
 
-LDADD+=		-lz -lcurses -lintl -lm -lkvm
-DPADD+=		${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM}
+LDADD+=		-lexpat -llzma -lz -lcurses -lintl -lm -lkvm
+DPADD+=		${LIBEXPAT} ${LIBLZMA} ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM}
 
 LDADD+=-lpthread_dbg
 



CVS commit: src/external/gpl3/gdb/bin/gdb

2011-11-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Nov  4 17:52:19 UTC 2011

Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile

Log Message:
more dependencies needed for the other texinfo files.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/bin/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/bin/gdb/Makefile
diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.4 src/external/gpl3/gdb/bin/gdb/Makefile:1.5
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.4	Tue Oct 11 23:57:45 2011
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Fri Nov  4 13:52:19 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/10/12 03:57:45 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2011/11/04 17:52:19 christos Exp $
 
 .include bsd.own.mk
 .include ../Makefile.inc
@@ -31,7 +31,7 @@ gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.te
 	${TOOL_CAT} ${.ALLSRC}  ${.TARGET}
 
 CLEANFILES+= GDBvn.texi gdb-cfg.texi
-gdb.info: gdb-cfg.texi GDBvn.texi
+gdbint.info stabs.info gdb.info: gdb-cfg.texi GDBvn.texi
 
 .include ../../Makefile.inc
 .include bsd.info.mk



CVS commit: src/external/gpl3/gdb/bin/gdb

2011-10-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  9 18:17:53 UTC 2011

Modified Files:
src/external/gpl3/gdb/bin/gdb: Makefile

Log Message:
fix and re-enable the texinfo targets


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/bin/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/bin/gdb/Makefile
diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.2 src/external/gpl3/gdb/bin/gdb/Makefile:1.3
--- src/external/gpl3/gdb/bin/gdb/Makefile:1.2	Sun Oct  2 14:15:23 2011
+++ src/external/gpl3/gdb/bin/gdb/Makefile	Sun Oct  9 14:17:53 2011
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.2 2011/10/02 18:15:23 christos Exp $
+#	$NetBSD: Makefile,v 1.3 2011/10/09 18:17:53 christos Exp $
 
+.include bsd.own.mk
 .include ../Makefile.inc
 
 GDBARCHDIR=${.CURDIR}/../../lib/libgdb/arch/${MACHINE_ARCH}
@@ -19,9 +20,18 @@ CPPFLAGS+=	-I${.CURDIR} \
 		-I${DIST}/include \
 		${GCPPFLAGS:M-D*}
 
-#TEXINFO=	gdb.texinfo gdbint.texinfo stabs.texinfo
-#INFOFLAGS=	-I${DIST}/gdb/doc -I${DIST}/gdb/mi \
-#		-I${DIST}/readline/doc -I${.CURDIR}/..
+TEXINFO=	gdb.texinfo gdbint.texinfo stabs.texinfo
+INFOFLAGS=	-I${DIST}/gdb/doc -I${DIST}/gdb/mi \
+		-I${DIST}/readline/doc -I${.CURDIR}/.. -DGDBN=${GDBN}
+
+GDBvn.texi: ${DIST}/gdb/version.in
+	echo @set GDBVN $$(${TOOL_CAT} ${.ALLSRC})  ${.TARGET}
+
+gdb-cfg.texi: ${DIST}/gdb/doc/all-cfg.texi
+	${TOOL_CAT} ${.ALLSRC}  ${.TARGET}
+
+CLEANFILES+= GDBvn.texi gdb-cfg.texi
+gdb.info: gdb-cfg.texi GDBvn.texi
 
 .include ../../Makefile.inc
 .include bsd.info.mk