Module Name: src
Committed By: msaitoh
Date: Thu Jun 27 01:19:36 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 911.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.12 src/doc/CHANGES-6.2:1.1.2.13
--- src/doc/CHANGES-6.2:1.1.2.12 Sun Jun 23 11:22:29 2013
+++ src/doc/CHANGES-6.2 Thu Jun 27 01:19:36 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.12 2013/06/23 11:22:29 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.13 2013/06/27 01:19:36 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -259,3 +259,8 @@ sys/arch/i386/eisa/eisa_machdep.c 1.38
Patch from Felix Deichmann.
[uebayasi, ticket #904]
+external/gpl3/binutils/dist/ld/emultempl/elf32.em 1.6
+
+ PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't
+ accidently try the installed system.
+ [joerg, ticket #911]