Source-Changes-HG archive

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

[src/netbsd-1-4]: src fix arm32 divsi.S pullup message



details:   https://anonhg.NetBSD.org/src/rev/556477151e9c
branches:  netbsd-1-4
changeset: 469474:556477151e9c
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed Sep 22 06:11:43 1999 +0000

description:
fix arm32 divsi.S pullup message

diffstat:

 CHANGES-1.4.2 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 8070263e92f7 -r 556477151e9c CHANGES-1.4.2
--- a/CHANGES-1.4.2     Wed Sep 22 06:08:33 1999 +0000
+++ b/CHANGES-1.4.2     Wed Sep 22 06:11:43 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.33 1999/09/22 05:59:29 cgd Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.34 1999/09/22 06:11:43 cgd Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -383,11 +383,13 @@
 
   Update device name ed* -> we*, fixing PR#7503 and PR#8020.
 
-sys/lib/libkern/arch/arm32/divsi3.S            (patch)
-lib/libc/arch/arm32/gen/divsi3.S               1.3
+lib/libc/arch/arm32/Makefile.inc               1.7
+lib/libc/arch/arm32/gen/divsi3.S               1.3-1.4
+sys/lib/libkern/arch/arm32/divsi3.S            1.3-1.6
 
   If the highest bit of the dividend is set, care must be taken when
-  shifting the divisor.  Fixes PR#7760.
+  shifting the divisor.  Fixes PR#7760.  Also, arrange for this file
+  to be copied to libkern via libc's copy-to-libkern target.
 
 usr.sbin/amd/AUTHORS                           1.1.1.7
 usr.sbin/amd/Makefile                          1.9-1.12



Home | Main Index | Thread Index | Old Index