2002-08-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
authorRoland McGrath <roland@gnu.org>
Mon, 26 Aug 2002 11:40:14 +0000 (11:40 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Aug 2002 11:40:14 +0000 (11:40 +0000)
        * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
        (shared-only-routines): Likewise.

ChangeLog
sysdeps/sh/Makefile

index 1435082..d73b2de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+        * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
+        (shared-only-routines): Likewise.
+
 2002-08-26  Roland McGrath  <roland@redhat.com>
 
        * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
index cf18ded..6d8c56f 100644 (file)
@@ -1,3 +1,11 @@
 ifeq ($(subdir),gmon)
 sysdep_routines += _mcount
 endif
+
+ifeq ($(subdir),csu)
+ifeq (yes,$(build-shared))
+# Compatibility
+sysdep_routines += divdi3
+shared-only-routines += divdi3
+endif
+endif