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 Pull up revision 1.13 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/4915c2c99e8b
branches:  netbsd-1-5
changeset: 492999:4915c2c99e8b
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 27 09:57:36 2002 +0000

description:
Pull up revision 1.13 (requested by wiz):
  Add __udiv_w_sdiv for VAX, required for gnupg.  Fixes PR#14987.

diffstat:

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

diffs (19 lines):

diff -r 567ced843056 -r 4915c2c99e8b gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile   Wed Mar 27 09:50:43 2002 +0000
+++ b/gnu/lib/libgcc/Makefile   Wed Mar 27 09:57:36 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.2.1 2000/08/21 18:12:43 msaitoh Exp $
+#      $NetBSD: Makefile,v 1.10.2.2 2002/03/27 09:57:36 he 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} == "vax")
+LIB2OBJS+=     _udiv_w_sdiv.o
+.endif
 .if (${MACHINE_ARCH} == "sh3") || (${MACHINE_ARCH} == "arm26")
 LIB2OBJS+=     _fixunsdfsi.o _fixunssfsi.o
 .endif



Home | Main Index | Thread Index | Old Index