Module Name: src
Committed By: bouyer
Date: Tue May 5 18:24:40 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Ticket 738
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.0.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-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.4 src/doc/CHANGES-5.0.1:1.1.2.5
--- src/doc/CHANGES-5.0.1:1.1.2.4 Sun May 3 13:39:51 2009
+++ src/doc/CHANGES-5.0.1 Tue May 5 18:24:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.4 2009/05/03 13:39:51 bouyer Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.5 2009/05/05 18:24:40 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -24,3 +24,10 @@
Add missing paranthesis - from Kurt Lidl in PR port-vax/41316
[martin, ticket #733]
+gnu/dist/binutils/bfd/elf32-vax.c 1.9
+
+ Allocate relocation section using bfd_zalloc() to ensure no garbage
+ relocations when not all the entries are used.
+ Fixes PR port-vax/39182.
+ [mhitch, ticket #738]
+