Module Name: src
Committed By: msaitoh
Date: Thu Jun 27 01:34:34 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket 911.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.1.1
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.1.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.7 src/doc/CHANGES-6.1.1:1.1.2.8
--- src/doc/CHANGES-6.1.1:1.1.2.7 Sun Jun 23 11:17:42 2013
+++ src/doc/CHANGES-6.1.1 Thu Jun 27 01:34:34 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.7 2013/06/23 11:17:42 bouyer Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.8 2013/06/27 01:34:34 msaitoh Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
release:
@@ -103,3 +103,8 @@ tests/lib/libm/t_atan.c 1.4 - 1.7, 1.
PR port-i386/46108.
[isaki, ticket #903]
+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]