This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
Ulrich Drepper <drepper@redhat.com> wrote:
> Once these things are handled I'll make the first test release. If all
> goes as usual (i.e., nobody is really going to test the code out) I plan
> to take a shortcut this time. Since people seem not to be interested in
> using test releases and without these uses we'll get nowhere, making a
> release is the only way out. The code has fortunately already undergone
> substantial testing since it is used in the current RH betas so this
> isn't that much of a risk. At least not on x86. For other
> architectures, except perhaus PPC, we didn't really get any feedback so
> it does not matter.
Sorry, I forgot a patch for SH.
kaz
--
2002-08-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
(shared-only-routines): Likewise.
Index: sysdeps/sh/Makefile
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/sh/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- sysdeps/sh/Makefile 12 Dec 2001 18:04:46 -0000 1.1
+++ sysdeps/sh/Makefile 26 Aug 2002 10:53:57 -0000
@@ -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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |