Module Name: src Committed By: christos Date: Wed Oct 12 20:24:18 UTC 2016
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: update gdb. To generate a diff of this commit: cvs rdiff -u -r1.1366 -r1.1367 src/doc/3RDPARTY cvs rdiff -u -r1.2197 -r1.2198 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1366 src/doc/3RDPARTY:1.1367 --- src/doc/3RDPARTY:1.1366 Sun Oct 9 05:25:26 2016 +++ src/doc/3RDPARTY Wed Oct 12 16:24:18 2016 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1366 2016/10/09 09:25:26 roy Exp $ +# $NetBSD: 3RDPARTY,v 1.1367 2016/10/12 20:24:18 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -469,8 +469,8 @@ Before importing a new version of extern into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 Package: gdb -Version: 7.9.1 -Current Vers: 7.11.1 +Version: 7.12 +Current Vers: 7.12 Maintainer: FSF Archive Site: ftp://ftp.gnu.org/gnu/gdb/ Home Page: http://www.gnu.org/software/gdb/ Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2197 src/doc/CHANGES:1.2198 --- src/doc/CHANGES:1.2197 Tue Oct 11 23:27:00 2016 +++ src/doc/CHANGES Wed Oct 12 16:24:18 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2197 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2198 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -382,3 +382,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: libc: Update to tzcode2016g. [christos 20161007] dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009] urtwn(4): Add support for Realtek 8192EU [nat 20161012] + gdb(1): Updated to 7.12. [christos 20161012]