public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* it's that time again
@ 2002-08-26  1:58 Ulrich Drepper
  2002-08-26  4:12 ` kaz Kojima
  2002-08-26 10:24 ` H. J. Lu
  0 siblings, 2 replies; 4+ messages in thread
From: Ulrich Drepper @ 2002-08-26  1:58 UTC (permalink / raw)
  To: libc-hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The to-do list for 2.3 has shrunken and only items which cannot be 
finished in the forseeable future and unassigned items are left.  This 
means it's time to think about releases.  Jakub, Roland, and I have 
worked hard to get most outstanding issues resolved.  I'll go through 
the bug database once more tomorrow and will do some more compilations. 
  Roland is currently looking into the patches for the *bsd port.

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 perhaüs PPC, we didn't really get any feedback so 
it does not matter.

If you have any reason why we should not proceed like this let me know 
right away.

- -- 
- ---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9ae1r2ijCOnn/RHQRAmrcAKCGketEnZnZrLliDb5L7EahtZeb7ACePzVX
ps32pVff4fPjV8YmVyigYTI=
=Dke4
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: it's that time again
  2002-08-26  1:58 it's that time again Ulrich Drepper
@ 2002-08-26  4:12 ` kaz Kojima
  2002-08-26 10:24 ` H. J. Lu
  1 sibling, 0 replies; 4+ messages in thread
From: kaz Kojima @ 2002-08-26  4:12 UTC (permalink / raw)
  To: libc-hacker

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: it's that time again
  2002-08-26  1:58 it's that time again Ulrich Drepper
  2002-08-26  4:12 ` kaz Kojima
@ 2002-08-26 10:24 ` H. J. Lu
  2002-08-26 10:32   ` Ulrich Drepper
  1 sibling, 1 reply; 4+ messages in thread
From: H. J. Lu @ 2002-08-26 10:24 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: libc-hacker

On Mon, Aug 26, 2002 at 01:57:11AM -0700, Ulrich Drepper wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> The to-do list for 2.3 has shrunken and only items which cannot be 
> finished in the forseeable future and unassigned items are left.  This 
> means it's time to think about releases.  Jakub, Roland, and I have 
> worked hard to get most outstanding issues resolved.  I'll go through 
> the bug database once more tomorrow and will do some more compilations. 
>   Roland is currently looking into the patches for the *bsd port.
> 

I am trying to fix --enable-oldest-abi. But my gcc 3.2 isn't working
for me. It will take me a while to figure it out.


H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: it's that time again
  2002-08-26 10:24 ` H. J. Lu
@ 2002-08-26 10:32   ` Ulrich Drepper
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Drepper @ 2002-08-26 10:32 UTC (permalink / raw)
  To: H. J. Lu; +Cc: libc-hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

H. J. Lu wrote:

> I am trying to fix --enable-oldest-abi. But my gcc 3.2 isn't working
> for me. It will take me a while to figure it out.

The --enable-oldest-abi is not used by default and therefore no reason 
to change the timelines.  WHenever you're ready we can look at it and 
drop it in if necessary.

- -- 
- ---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9amY92ijCOnn/RHQRAtAIAKCm0ZLNHPUB2am2dc3v+FpUGaA4uwCgsC2V
dHrNJnnMcVTamQiXlR4LhLI=
=Lkle
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-08-26 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-26  1:58 it's that time again Ulrich Drepper
2002-08-26  4:12 ` kaz Kojima
2002-08-26 10:24 ` H. J. Lu
2002-08-26 10:32   ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).