From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17289 invoked by alias); 17 Oct 2005 04:52:39 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 16944 invoked by alias); 17 Oct 2005 04:52:35 -0000 Date: Mon, 17 Oct 2005 04:52:00 -0000 Message-ID: <20051017045235.16943.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050214210840.721.matthew@linuxfromscratch.org> References: <20050214210840.721.matthew@linuxfromscratch.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/721] glibc-2.3.4 fails to build with gcc-4.0-20050213 X-Bugzilla-Reason: CC X-SW-Source: 2005-10/txt/msg00197.txt.bz2 List-Id: ------- 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 [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.