Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/lib/libgcc Pullup revision 1.11-1.12 (approved by t...



details:   https://anonhg.NetBSD.org/src/rev/3bdbcedba030
branches:  netbsd-1-5
changeset: 489158:3bdbcedba030
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Aug 21 18:12:43 2000 +0000

description:
Pullup revision 1.11-1.12 (approved by thorpej):

 add _fixunsdfsi and _fixunssfsi (sh3 and arm26)

diffstat:

 gnu/lib/libgcc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d54491fc1244 -r 3bdbcedba030 gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile   Mon Aug 21 17:43:48 2000 +0000
+++ b/gnu/lib/libgcc/Makefile   Mon Aug 21 18:12:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2000/03/05 05:41:04 shin Exp $
+#      $NetBSD: Makefile,v 1.10.2.1 2000/08/21 18:12:43 msaitoh Exp $
 
 HAVE_GCC28!=   ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
 
@@ -25,6 +25,9 @@
     (${MACHINE_ARCH} == "sparc64")
 LIB2OBJS+=     _fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o
 .endif
+.if (${MACHINE_ARCH} == "sh3") || (${MACHINE_ARCH} == "arm26")
+LIB2OBJS+=     _fixunsdfsi.o _fixunssfsi.o
+.endif
 OBJS+=         ${LIB2OBJS}
 
 # Extra code to include in libgcc2 for C++ support.



Home | Main Index | Thread Index | Old Index