Tue Jun 13 13:46:14 2017 UTC ()
gdb-8.0 out.


(wiz)
diff -r1.1448 -r1.1449 src/doc/3RDPARTY

cvs diff -r1.1448 -r1.1449 src/doc/3RDPARTY (expand / switch to unified diff)

--- src/doc/3RDPARTY 2017/06/08 16:44:03 1.1448
+++ src/doc/3RDPARTY 2017/06/13 13:46:14 1.1449
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1448 2017/06/08 16:44:03 abhinav Exp $ 1# $NetBSD: 3RDPARTY,v 1.1449 2017/06/13 13:46:14 wiz Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
@@ -473,27 +473,27 @@ When importing a new version of external @@ -473,27 +473,27 @@ When importing a new version of external
473Before importing a new version of external/gpl3/gcc: 473Before importing a new version of external/gpl3/gcc:
474 - delete all .cvsignore and .gitignore files 474 - delete all .cvsignore and .gitignore files
475 - delete java ada fortran their libraries and testsuites 475 - delete java ada fortran their libraries and testsuites
476 - delete libffi zlib boehm-gc  476 - delete libffi zlib boehm-gc
477 - update gcc/version.c for the NetBSD GCC date 477 - update gcc/version.c for the NetBSD GCC date
478 - use core/c++/objc/testsuite tarballs 478 - use core/c++/objc/testsuite tarballs
479 - you can use the gcc2netbsd script for the above (except version) 479 - you can use the gcc2netbsd script for the above (except version)
480 - update tools/gcc/gcc-version.mk 480 - update tools/gcc/gcc-version.mk
481 - force generate and copy tools/gcc build version of these files 481 - force generate and copy tools/gcc build version of these files
482 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 482 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
483 483
484Package: gdb 484Package: gdb
485Version: 7.12 485Version: 7.12
486Current Vers: 7.12.1 486Current Vers: 8.0
487Maintainer: FSF 487Maintainer: FSF
488Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 488Archive Site: ftp://ftp.gnu.org/gnu/gdb/
489Home Page: http://www.gnu.org/software/gdb/ 489Home Page: http://www.gnu.org/software/gdb/
490Mailing List: bug-gdb@gnu.org 490Mailing List: bug-gdb@gnu.org
491Responsible: christos 491Responsible: christos
492License: GPLv3, LGPLv3.1 492License: GPLv3, LGPLv3.1
493Location: external/gpl3/gdb/dist 493Location: external/gpl3/gdb/dist
494Notes: 494Notes:
495When updating GDB, it is imperative to test that: 495When updating GDB, it is imperative to test that:
496 - Debugging of kernel cores ("target kvm") works correctly 496 - Debugging of kernel cores ("target kvm") works correctly
497 - Support for our kernel's remote serial debugging protocol 497 - Support for our kernel's remote serial debugging protocol
498 ("options KGDB") works correctly. 498 ("options KGDB") works correctly.
499 499