Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc Fix two build problems on the branch (observed on p...



details:   https://anonhg.NetBSD.org/src/rev/60c4bad03570
branches:  netbsd-1-6
changeset: 529645:60c4bad03570
user:      he <he%NetBSD.org@localhost>
date:      Tue Dec 03 22:40:30 2002 +0000

description:
Fix two build problems on the branch (observed on port):
 o libkern.h: don't use __builtin_ffs on vax (vax)
 o gcc fini.c: fix problem with spurious error message (newsmips)

diffstat:

 doc/CHANGES-1.6.1 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 6e701a53d587 -r 60c4bad03570 doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Tue Dec 03 22:37:56 2002 +0000
+++ b/doc/CHANGES-1.6.1 Tue Dec 03 22:40:30 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.59 2002/12/01 22:51:40 he Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.60 2002/12/03 22:40:30 he Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -1996,3 +1996,15 @@
        Record stack growth, done inline to avoid another function
        call on every user page fault.
        [thorpej, ticket #878]
+
+sys/lib/libkern/libkern.h                      1.42-1.43
+
+       Don't use __builtin_ffs() on vax, ffs is an instruction
+       there already.  Also, always provide an ffs() prototype.
+       [thorpej, ticket #1024]
+
+gnu/dist/toolchain/gcc/f/fini.c                        1.2
+
+       Fix a bug with list handling which causes this to abort
+       with an ``extraneous <string>'' message when it should not.
+       [he, ticket #1025]



Home | Main Index | Thread Index | Old Index