glibc 2.2.4pre2
Andreas Jaeger
aj@suse.de
Sun Aug 5 06:41:00 GMT 2001
Frédéric L. W. Meunier <0@pervalidus.net> writes:
> On Sun, 05 Aug, 2001, at 00:26:55 -0700, Ulrich Drepper wrote:
>
>> [And no: you cannot use gcc3 to compile this glibc release.]
>
> Then someone please commit the patch before 2.2.4.
>
> http://sources.redhat.com/ml/bug-glibc/2001-07/msg00017.html
>
> The second patch still isn't in gcc-2_95-branch
You have to persuade Bernd Schmidt to apply the patch, GCC is beyond
control of the glibc developers.
> The last entry in gcc/ChangeLog is
>
> 2001-06-19 Bernd Schmidt <bernds@redhat.com>
>
> * regmove.c (optimize_reg_copy_3): Do nothing if previous
> insn carries a REG_EQUIV note. If it carries REG_EQUAL,
> delete the note.
>
> Also, It'd help if you could upload all required patches to
> sources.redhat.com and ftp.gnu.org when 2.2.4 is released.
> Various 2.95.3 users won't use CVS or read the mailing-lists.
Andreas
--
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7bUDnOJpWPMJyoSYRAuSxAJ9pc9TPv8YvAu0GUSPk/Cw14K6U/ACdENor
ZRw8UktK/a/+EHdtBmv0gpw=
=eipe
-----END PGP SIGNATURE-----From hjl@lucon.org Sun Aug 05 09:48:00 2001
From: "H . J . Lu" <hjl@lucon.org>
To: Eric Christopher <echristo@redhat.com>
Cc: gcc@gcc.gnu.org, linux-mips@oss.sgi.com, GNU C Library <libc-alpha@sourceware.cygnus.com>
Subject: Changing WCHAR_TYPE from "long int" to "int"?
Date: Sun, 05 Aug 2001 09:48:00 -0000
Message-id: <20010805094806.A3146@lucon.org>
X-SW-Source: 2001-08/msg00019.html
Content-length: 596
I am working with Eric to clean up the Linux/mips configuration in
gcc 3.x. I'd like to change WCHAR_TYPE from "long int" to "int". They
are the same on Linux/mips. There won't be any run-time problems. I am
wondering if there are any compatibility problems at the compile time
at the source and binary level. For one thing, __WCHAR_TYPE__ will be
changed from "long int" to "int". The only thing I can think of is
the C++ libraries. But gcc 3.x doesn't work on Linux/mips. The one
I am working on will be the first gcc 3.x for Linux/mips. So there
shouldn't be any problems. Am I right?
H.J.
More information about the Libc-alpha
mailing list