Wed Oct 12 20:24:18 2016 UTC ()
update gdb.


(christos)
diff -r1.1366 -r1.1367 src/doc/3RDPARTY
diff -r1.2197 -r1.2198 src/doc/CHANGES

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

--- src/doc/3RDPARTY 2016/10/09 09:25:26 1.1366
+++ src/doc/3RDPARTY 2016/10/12 20:24:18 1.1367
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1366 2016/10/09 09:25:26 roy Exp $ 1# $NetBSD: 3RDPARTY,v 1.1367 2016/10/12 20:24:18 christos 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#
@@ -459,28 +459,28 @@ When importing a new version of external @@ -459,28 +459,28 @@ When importing a new version of external
459 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old 459 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old
460Before importing a new version of external/gpl3/gcc: 460Before importing a new version of external/gpl3/gcc:
461 - delete all .cvsignore and .gitignore files 461 - delete all .cvsignore and .gitignore files
462 - delete java ada fortran their libraries and testsuites 462 - delete java ada fortran their libraries and testsuites
463 - delete libffi zlib boehm-gc  463 - delete libffi zlib boehm-gc
464 - update gcc/version.c for the NetBSD GCC date 464 - update gcc/version.c for the NetBSD GCC date
465 - use core/c++/objc/testsuite tarballs 465 - use core/c++/objc/testsuite tarballs
466 - you can use the gcc2netbsd script for the above (except version) 466 - you can use the gcc2netbsd script for the above (except version)
467 - update tools/gcc/gcc-version.mk 467 - update tools/gcc/gcc-version.mk
468 - force generate and copy tools/gcc build version of these files 468 - force generate and copy tools/gcc build version of these files
469 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 469 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
470 470
471Package: gdb 471Package: gdb
472Version: 7.9.1 472Version: 7.12
473Current Vers: 7.11.1 473Current Vers: 7.12
474Maintainer: FSF 474Maintainer: FSF
475Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 475Archive Site: ftp://ftp.gnu.org/gnu/gdb/
476Home Page: http://www.gnu.org/software/gdb/ 476Home Page: http://www.gnu.org/software/gdb/
477Mailing List: bug-gdb@gnu.org 477Mailing List: bug-gdb@gnu.org
478Responsible: christos 478Responsible: christos
479License: GPLv3, LGPLv3.1 479License: GPLv3, LGPLv3.1
480Location: external/gpl3/gdb/dist 480Location: external/gpl3/gdb/dist
481Notes: 481Notes:
482When updating GDB, it is imperative to test that: 482When updating GDB, it is imperative to test that:
483 - Debugging of kernel cores ("target kvm") works correctly 483 - Debugging of kernel cores ("target kvm") works correctly
484 - Support for our kernel's remote serial debugging protocol 484 - Support for our kernel's remote serial debugging protocol
485 ("options KGDB") works correctly. 485 ("options KGDB") works correctly.
486 486

cvs diff -r1.2197 -r1.2198 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2016/10/12 03:27:00 1.2197
+++ src/doc/CHANGES 2016/10/12 20:24:18 1.2198
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2197 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2198 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -372,13 +372,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -372,13 +372,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
372 libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003] 372 libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003]
373 mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for 373 mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for
374 Amiga computers with Zorro slot. Supports accelerated wsdisplay 374 Amiga computers with Zorro slot. Supports accelerated wsdisplay
375 console and wsfb-based X11. [rkujawa 20161003] 375 console and wsfb-based X11. [rkujawa 20161003]
376 libc: Add the timespec_get function and TIME_UTC definition in the 376 libc: Add the timespec_get function and TIME_UTC definition in the
377 <time.h> header. Enable unconditionally the timespec struct 377 <time.h> header. Enable unconditionally the timespec struct
378 definition in <time.h>. Changes conform to the C11 standard. 378 definition in <time.h>. Changes conform to the C11 standard.
379 [kamil 20161004] 379 [kamil 20161004]
380 bind: Import version 9.10.4-P3. [christos 20161004] 380 bind: Import version 9.10.4-P3. [christos 20161004]
381 mips: Add support for MediaTek MT7628 SoC [ryo 20161006] 381 mips: Add support for MediaTek MT7628 SoC [ryo 20161006]
382 libc: Update to tzcode2016g. [christos 20161007] 382 libc: Update to tzcode2016g. [christos 20161007]
383 dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009] 383 dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009]
384 urtwn(4): Add support for Realtek 8192EU [nat 20161012] 384 urtwn(4): Add support for Realtek 8192EU [nat 20161012]
 385 gdb(1): Updated to 7.12. [christos 20161012]