Module Name: src Committed By: snj Date: Sun Sep 12 04:54:31 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: 1451 To generate a diff of this commit: cvs rdiff -u -r1.1.2.240 -r1.1.2.241 src/doc/CHANGES-5.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.1 diff -u src/doc/CHANGES-5.1:1.1.2.240 src/doc/CHANGES-5.1:1.1.2.241 --- src/doc/CHANGES-5.1:1.1.2.240 Tue Sep 7 19:40:07 2010 +++ src/doc/CHANGES-5.1 Sun Sep 12 04:54:31 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.240 2010/09/07 19:40:07 bouyer Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.241 2010/09/12 04:54:31 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17471,3 +17471,10 @@ accept the LDT selector in check_sigcontext32() too. [chs, ticket #1449] +lib/libc/stdlib/exit.c 1.13 + + Only do the __libc_init hack in libc, i.e. remove it from + ld.elf_so. This fixes hppa ld.elf_so by reducing the number of + PLABELs required to the number before the hack was applied. + [skrll, ticket #1451] +