public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213
@ 2005-02-14 21:08 matthew at linuxfromscratch dot org
  2005-02-17  1:17 ` [Bug libc/721] " cvs-commit at gcc dot gnu dot org
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: matthew at linuxfromscratch dot org @ 2005-02-14 21:08 UTC (permalink / raw)
  To: glibc-bugs

glibc-2.3.4 + the patch from Alexandre Oliva at
http://sourceware.org/ml/libc-hacker/2005-02/msg00000.html fails to compile on
i686-pc-linux-gnu with the following error when using the latest gcc-4.0
snapshot (20050213):

rtld.c: In function '_dl_start':
dynamic-link.h:50: error: nested function 'elf_machine_rela_relative' declared
but never defined
dynamic-link.h:47: error: nested function 'elf_machine_rela' declared but never
defined
make[3]: *** [/sources/glibc-build/elf/rtld.os] Error 1

Even though Alexandre's patch adds some #if guards around the declarations, this
apparently isn't enough on i686.  Same error occurs without that portion of the
patch too (and yes, I've noticed the other 2 hunks have been applied to CVS already)

Regards,

Matt.

-- 
           Summary: glibc-2.3.4 fails to build with gcc-4.0-20050213
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: matthew at linuxfromscratch dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
@ 2005-02-17  1:17 ` cvs-commit at gcc dot gnu dot org
  2005-02-17  1:17 ` cvs-commit at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-17  1:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-17 01:17 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-02-17 01:16:35

Modified files:
	sysdeps/sh     : dl-machine.h 
	sysdeps/i386   : dl-machine.h 
	sysdeps/powerpc/powerpc32: dl-machine.h 
	sysdeps/powerpc/powerpc64: dl-machine.h 

Log message:
	2005-02-16  Roland McGrath  <roland@redhat.com>
	
	[BZ #721]
	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
	of [RESOLVE_MAP].
	* sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
	* sysdeps/powerpc/powerpc32/dl-machine.h
	(elf_machine_rel, elf_machine_rel_relative): Removed.
	* sysdeps/powerpc/powerpc64/dl-machine.h
	(elf_machine_rel, elf_machine_rel_relative): Removed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/sh/dl-machine.h.diff?cvsroot=glibc&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/dl-machine.h.diff?cvsroot=glibc&r1=1.132&r2=1.133
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc32/dl-machine.h.diff?cvsroot=glibc&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc64/dl-machine.h.diff?cvsroot=glibc&r1=1.22&r2=1.23



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
  2005-02-17  1:17 ` [Bug libc/721] " cvs-commit at gcc dot gnu dot org
@ 2005-02-17  1:17 ` cvs-commit at gcc dot gnu dot org
  2005-02-26 12:36 ` matthew at linuxfromscratch dot org
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-17  1:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-17 01:16 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-02-17 01:16:20

Modified files:
	elf            : dynamic-link.h 

Log message:
	2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
	
	[BZ #721]
	* elf/dynamic-link.h: Don't declare nested auto functions that are
	not going to be defined.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/dynamic-link.h.diff?cvsroot=glibc&r1=1.52&r2=1.53



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
  2005-02-17  1:17 ` [Bug libc/721] " cvs-commit at gcc dot gnu dot org
  2005-02-17  1:17 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-26 12:36 ` matthew at linuxfromscratch dot org
  2005-03-01 20:35 ` cvs-commit at gcc dot gnu dot org
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: matthew at linuxfromscratch dot org @ 2005-02-26 12:36 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From matthew at linuxfromscratch dot org  2005-02-26 12:31 -------
Wel, this is odd.  I've tried compiling the latest snapshot (20050221) with
gcc-4.0-20050220 and still get:

rtld.c: In function '_dl_start':
dynamic-link.h:50: error: nested function 'elf_machine_rela_relative' declared
but never defined
dynamic-link.h:47: error: nested function 'elf_machine_rela' declared but never
defined

Maybe something's wrong with my build environment - if you need/want any further
info to help track this down, let me know.

Meanwhile, the 2.3-20050221 obviously fails much earlier as the pthread.h and
other related patches haven't been applied to the 2.3 branch yet.  Neither is
this bug marked as a dependency of 724.  Do I take that to mean that there is no
intention to have glibc-2.3.5 compilable with gcc-4.0?

Thanks,

Matt.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (2 preceding siblings ...)
  2005-02-26 12:36 ` matthew at linuxfromscratch dot org
@ 2005-03-01 20:35 ` cvs-commit at gcc dot gnu dot org
  2005-03-02 23:40 ` halcyon at whiterapid dot com
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-01 20:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-01 20:34 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-03-01 20:34:41

Modified files:
	sysdeps/arm    : dl-machine.h 

Log message:
	2005-03-01  Roland McGrath  <roland@redhat.com>
	
	[BZ #721]
	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
	of [RESOLVE_MAP].

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/arm/dl-machine.h.diff?cvsroot=glibc&r1=1.49&r2=1.50



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (3 preceding siblings ...)
  2005-03-01 20:35 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-02 23:40 ` halcyon at whiterapid dot com
  2005-03-03  0:34 ` roland at gnu dot org
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: halcyon at whiterapid dot com @ 2005-03-02 23:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From halcyon at whiterapid dot com  2005-03-02 23:40 -------
Created an attachment (id=427)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=427&action=view)
GCC 4 compile fix

It seems to me that the ifdefs that were added to dynamic-link.h aren't very
useful since the only time ELF_MACHINE_NO_RELA or ELF_MACHINE_NO_REL are
defined is within dl-machine.h, which isn't included until after those checks
are run.  Even after moving the include to before the ifdefs, it still does not
compile.  I believe that might be a GCC 4 bug, because its seeing the
definitions, and then declarations after that.	My fix was to remove the entire
ifdef block from dynamic-link.h entirely since it seems redundant anyway, since
they will all be defined in dl-machine.h.  I have no idea if this is the best
approach, but it works for me so far.  This is the first time I'm poking my
nose in glibc sources, so please tell me if any of the above is horribly wrong.


Attached is my patch.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (4 preceding siblings ...)
  2005-03-02 23:40 ` halcyon at whiterapid dot com
@ 2005-03-03  0:34 ` roland at gnu dot org
  2005-03-03 10:32 ` matthew at linuxfromscratch dot org
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: roland at gnu dot org @ 2005-03-03  0:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-03-03 00:34 -------
2.3.4 does not support being compiled with GCC 4, which, btw, doesn't actually
exist yet.  You can compile the glibc trunk with GCC development snapshots now.
For the 2.3 branch, this will be addressed later.  Regardless, see bug #333.

*** This bug has been marked as a duplicate of 333 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (5 preceding siblings ...)
  2005-03-03  0:34 ` roland at gnu dot org
@ 2005-03-03 10:32 ` matthew at linuxfromscratch dot org
  2005-03-03 19:12 ` halcyon at whiterapid dot com
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: matthew at linuxfromscratch dot org @ 2005-03-03 10:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From matthew at linuxfromscratch dot org  2005-03-03 10:32 -------
So, do you want me to raise a separate bug then for the fact that latest CVS
HEAD doesn't compile on i686-pc-linux-gnu with the gcc-4.0-20050226 snapshot. 
FYI I'm building with the following command line:

matthew@kyoto:~/libc-build$ CC=/opt/gcc-4.0-20050226/bin/gcc ../libc/configure
--prefix=/usr --disable-profile --enable-add-ons --enable-kernel=2.6.0
--without-cvs --libexecdir=/usr/lib/glibc

and get the following error:

rtld.c: In function '_dl_start':
dynamic-link.h:50: error: nested function 'elf_machine_rela_relative' declared
but never defined
dynamic-link.h:47: error: nested function 'elf_machine_rela' declared but never
defined

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (6 preceding siblings ...)
  2005-03-03 10:32 ` matthew at linuxfromscratch dot org
@ 2005-03-03 19:12 ` halcyon at whiterapid dot com
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: halcyon at whiterapid dot com @ 2005-03-03 19:12 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From halcyon at whiterapid dot com  2005-03-03 19:12 -------
Matthew, please try my patch and see if that fixes the compile issue for you. 
It has worked for a few people already.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |halcyon at whiterapid dot
                   |                            |com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (17 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:17

Modified files:
	sysdeps/ia64   : dl-machine.h 

Log message:
	2005-04-13  Andreas Schwab  <schwab@suse.de>
	
	[BZ #721]
	* sysdeps/ia64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE)
	[PROF]: Open code strong_alias because the original name is not
	visible to the compiler.
	* sysdeps/powerpc/powerpc64/dl-machine.h
	(ELF_MACHINE_RUNTIME_TRAMPOLINE) [PROF]: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.36&r2=1.36.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (8 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:15

Modified files:
	sysdeps/powerpc/powerpc32: dl-machine.h 

Log message:
	2005-02-14  Alan Modra  <amodra@bigpond.net.au>
	
	[BZ #721]
	* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
	with auto inline, and attribute always_inline.
	(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	(elf_machine_rel, elf_machine_rel_relative): Likewise.
	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
	(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	(elf_machine_rel, elf_machine_rel_relative): Likewise.
	(elf_machine_tprel): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc32/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.9&r2=1.9.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (12 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:33

Modified files:
	math           : math_private.h 
	sysdeps/alpha/fpu/bits: mathinline.h 

Log message:
	2005-01-07  Richard Henderson  <rth@redhat.com>
	
	[BZ #721]
	* math/math_private.h (__copysign): Define as builtin for gcc 4.
	(__copysignf, __copysignl): Likewise.
	* sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
	for gcc 4.0.
	(copysignf, copysignl, fabsf, fabs): Likewise.
	(__copysign, __copysignf, __copysignl): Remove.
	(__fabs, __fabsf): Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/math_private.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.18&r2=1.18.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/alpha/fpu/bits/mathinline.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.14&r2=1.14.2.1


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:35

Modified files:
	sysdeps/generic: wcstoul_l.c 

Log message:
	2005-03-25  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
	<wcstol_l.c>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/wcstoul_l.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.4&r2=1.4.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (14 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:33

Modified files:
	math           : math_private.h 
	sysdeps/alpha/fpu/bits: mathinline.h 

Log message:
	2005-01-07  Richard Henderson  <rth@redhat.com>
	
	[BZ #721]
	* math/math_private.h (__copysign): Define as builtin for gcc 4.
	(__copysignf, __copysignl): Likewise.
	* sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
	for gcc 4.0.
	(copysignf, copysignl, fabsf, fabs): Likewise.
	(__copysign, __copysignf, __copysignl): Remove.
	(__fabs, __fabsf): Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/math/math_private.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.18&r2=1.18.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/alpha/fpu/bits/mathinline.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.14&r2=1.14.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (10 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:23

Modified files:
	elf            : dynamic-link.h 

Log message:
	2005-03-15  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Add inline keyword.
	* sysdeps/alpha/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
	attribute.
	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
	static inline into auto inline.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
	Likewise.
	* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Likewise.
	2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
	
	[BZ #721]
	* elf/dynamic-link.h: Don't declare nested auto functions that are
	not going to be defined.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/dynamic-link.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.51&r2=1.51.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (9 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:25

Modified files:
	include        : libc-symbols.h 

Log message:
	2005-03-16  Richard Henderson  <rth@redhat.com>
	
	[BZ #721]
	* include/libc-symbols.h (__hidden_proto): Remove bogus declaration
	of internal.
	(__hidden_def1, __hidden_dot_def1): Remove.
	(__hidden_def2, __hidden_def3): Remove.
	(__hidden_ver1): New.
	(hidden_ver, hidden_def, hidden_weak): Use it.
	(hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
	version of the macro.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/libc-symbols.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.69&r2=1.69.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (18 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:30

Modified files:
	sysdeps/generic: dl-machine.h 
	sysdeps/sparc/sparc32: dl-machine.h 
	sysdeps/sparc/sparc64: dl-machine.h 
	sysdeps/alpha  : dl-machine.h 

Log message:
	2005-03-15  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Add inline keyword.
	* sysdeps/alpha/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
	attribute.
	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
	static inline into auto inline.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
	Likewise.
	* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.8&r2=1.8.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/sparc/sparc32/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.53&r2=1.53.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/sparc/sparc64/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.47&r2=1.47.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/alpha/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.78&r2=1.78.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (11 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:39

Modified files:
	iconvdata      : jis0208.h 

Log message:
	2005-02-07  Richard Henderson  <rth@redhat.com>
	
	[BZ #721]
	* iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/iconvdata/jis0208.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.9&r2=1.9.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (13 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:22

Modified files:
	sysdeps/sh     : dl-machine.h 

Log message:
	2005-02-16  Roland McGrath  <roland@redhat.com>
	
	[BZ #721]
	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
	of [RESOLVE].
	* sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/sh/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.33&r2=1.33.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (15 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:41

Modified files:
	sysdeps/powerpc/powerpc64: dl-machine.h 

Log message:
	2005-04-13  Andreas Schwab  <schwab@suse.de>
	
	[BZ #721]
	* sysdeps/ia64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE)
	[PROF]: Open code strong_alias because the original name is not
	visible to the compiler.
	* sysdeps/powerpc/powerpc64/dl-machine.h
	(ELF_MACHINE_RUNTIME_TRAMPOLINE) [PROF]: Likewise.
	2005-02-14  Alan Modra  <amodra@bigpond.net.au>
	
	[BZ #721]
	* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
	with auto inline, and attribute always_inline.
	(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	(elf_machine_rel, elf_machine_rel_relative): Likewise.
	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
	(elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	(elf_machine_rel, elf_machine_rel_relative): Likewise.
	(elf_machine_tprel): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc64/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.19&r2=1.19.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (16 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:36

Modified files:
	sysdeps/arm    : dl-machine.h 

Log message:
	2005-03-05  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
	unconditionally to (defined RTLD_BOOTSTRAP).
	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
	2005-03-15  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Add inline keyword.
	* sysdeps/alpha/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
	attribute.
	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
	static inline into auto inline.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
	Likewise.
	* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/arm/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.49&r2=1.49.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (19 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:44

Modified files:
	include        : wchar.h 
	string         : strcoll.c 
	wcsmbs         : wcscoll.c 

Log message:
	2005-03-16  Richard Henderson  <rth@redhat.com>
	
	[BZ #721]
	* include/wchar.h (__wcscoll): Remove.
	* wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
	* string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/wchar.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.26&r2=1.26.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/string/strcoll.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.33&r2=1.33.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/wcsmbs/wcscoll.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.13&r2=1.13.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (7 preceding siblings ...)
  2005-03-03 19:12 ` halcyon at whiterapid dot com
@ 2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:52 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:52:27

Modified files:
	sysdeps/i386   : dl-machine.h 

Log message:
	2005-03-05  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
	unconditionally to (defined RTLD_BOOTSTRAP).
	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
	2005-02-16  Roland McGrath  <roland@redhat.com>
	
	[BZ #721]
	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
	of [RESOLVE].
	* sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.128.2.1&r2=1.128.2.2



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (21 preceding siblings ...)
  2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:57 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:53 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:53:27

Modified files:
	linuxthreads/sysdeps/powerpc: tcb-offsets.sym 

Log message:
	2005-03-05  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Rework for GCC 4.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/powerpc/tcb-offsets.sym.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.7&r2=1.7.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (20 preceding siblings ...)
  2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:53 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:53:44

Modified files:
	nptl/sysdeps/powerpc: tcb-offsets.sym 

Log message:
	2005-02-14  Alan Modra  <amodra@bigpond.net.au>
	
	[BZ #721]
	* sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Redefine to suit
	gcc4.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/powerpc/tcb-offsets.sym.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.5&r2=1.5.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (22 preceding siblings ...)
  2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  4:57 ` cvs-commit at gcc dot gnu dot org
  2005-10-17  5:00 ` roland at gnu dot org
  2005-12-05 23:12 ` cvs-commit at gcc dot gnu dot org
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-17  4:57 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-17 04:57 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-10-17 04:57:27

Modified files:
	sysdeps/s390/s390-64: dl-machine.h 
	sysdeps/s390/s390-32: dl-machine.h 

Log message:
	2005-03-15  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #721]
	* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Add inline keyword.
	* sysdeps/alpha/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
	attribute.
	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
	static inline into auto inline.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
	Likewise.
	* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
	elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
	Likewise.
	* sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
	* sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela,
	elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/s390-64/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.19&r2=1.19.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/s390-32/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.20&r2=1.20.4.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (23 preceding siblings ...)
  2005-10-17  4:57 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-17  5:00 ` roland at gnu dot org
  2005-12-05 23:12 ` cvs-commit at gcc dot gnu dot org
  25 siblings, 0 replies; 27+ messages in thread
From: roland at gnu dot org @ 2005-10-17  5:00 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |852
              nThis|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213
  2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
                   ` (24 preceding siblings ...)
  2005-10-17  5:00 ` roland at gnu dot org
@ 2005-12-05 23:12 ` cvs-commit at gcc dot gnu dot org
  25 siblings, 0 replies; 27+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-12-05 23:12 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-12-05 23:12 -------
Subject: Bug 721

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-12-05 23:12:04

Modified files:
	sysdeps/mips   : dl-machine.h 

Log message:
	2005-11-30  Bruno Haible  <bruno@clisp.org>
	
	[BZ #721]
	* sysdeps/mips/dl-machine.h: Declare functions with 'auto inline',
	not 'static inline'.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mips/dl-machine.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.77&r2=1.77.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=721

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-12-05 23:12 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-14 21:08 [Bug libc/721] New: glibc-2.3.4 fails to build with gcc-4.0-20050213 matthew at linuxfromscratch dot org
2005-02-17  1:17 ` [Bug libc/721] " cvs-commit at gcc dot gnu dot org
2005-02-17  1:17 ` cvs-commit at gcc dot gnu dot org
2005-02-26 12:36 ` matthew at linuxfromscratch dot org
2005-03-01 20:35 ` cvs-commit at gcc dot gnu dot org
2005-03-02 23:40 ` halcyon at whiterapid dot com
2005-03-03  0:34 ` roland at gnu dot org
2005-03-03 10:32 ` matthew at linuxfromscratch dot org
2005-03-03 19:12 ` halcyon at whiterapid dot com
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:52 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:53 ` cvs-commit at gcc dot gnu dot org
2005-10-17  4:57 ` cvs-commit at gcc dot gnu dot org
2005-10-17  5:00 ` roland at gnu dot org
2005-12-05 23:12 ` cvs-commit at gcc dot gnu dot org

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).