From 3afb94d923945b99915d27c81c4741c224567512 Mon Sep 17 00:00:00 2001 From: rearnsha Date: Sat, 21 Aug 2004 11:37:32 +0000 Subject: [PATCH] Mention libc and libpthread updates for ARM. --- doc/CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index cc3f4b14671c..d5c0af88c604 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.355 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.356 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -101,3 +101,7 @@ Changes from NetBSD 2.0 to NetBSD 2.1: kernel: Add extensions to the autoconf(9) framework to allow device detachment and bus rescans in a bus independant way, and for better support of driver LKMs. [drochner 20040819] + libc: Add optimized ffs(3) implementation for ARM architecture 5. + [rearnsha 20040821] + libc, libpthread: On ARM use interworking clean return sequences when + built for v4T or later. [rearnsha 20040821]