Module Name:    src
Committed By:   dsl
Date:           Sat Jul 18 09:50:32 UTC 2009

Modified Files:
        src: UPDATING

Log Message:
Presence of index.o in existing libc.a causes duplicate symbol now that
strchr.[cS] provides its definition.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.200 src/UPDATING:1.201
--- src/UPDATING:1.200	Thu Jul  9 08:04:32 2009
+++ src/UPDATING	Sat Jul 18 09:50:32 2009
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.200 2009/07/09 08:04:32 dholland Exp $
+$NetBSD: UPDATING,v 1.201 2009/07/18 09:50:32 dsl Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -16,6 +16,12 @@
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20090718:
+	libc build changed so that strchr() provides the extra entry
+	point for index(). Update build of libc.a (and libc_pic.a)
+	may fail because the archive contains the unwanted index.o.
+	(Similarly for strrchr() and rindex().)
+
 20090709:
 	Native Xorg was upgraded again.  Builds will probably fail again
 	without a clean objdir, at least for src/external/mit/xorg.

Reply via email to