From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3111 invoked by alias); 30 Oct 2014 21:08:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3090 invoked by uid 48); 30 Oct 2014 21:08:22 -0000 From: "aaro.koskinen at iki dot fi" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/63691] New: GCC 4.9.x fails to build GLIBC 2.20 on HPPA Date: Thu, 30 Oct 2014 21:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aaro.koskinen at iki dot fi X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg02418.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 Bug ID: 63691 Summary: GCC 4.9.x fails to build GLIBC 2.20 on HPPA Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: aaro.koskinen at iki dot fi GCC 4.8.3 builds GLIBC 2.20 (w/Gentoo patches) fine, but with GCC 4.9 it fails: hppa-linux-gnu-gcc -nostdlib -nostartfiles -r -o /home/aaro/los/work/parisc/glibc-2.20-build/default/elf/librtld.map.o '-Wl,-(' /home/aaro/los/work/parisc/glibc-2.20-build/default/elf/dl-allobjs.os /home/aaro/los/work/parisc/glibc-2.20-build/default/libc_pic.a -lgcc '-Wl,-)' -Wl,-Map,/home/aaro/los/work/parisc/glibc-2.20-build/default/elf/librtld.mapT /home/aaro/los/work/parisc/glibc-2.20-build/default/libc_pic.a(dl-addr.os): In function `_dl_addr_inside_object': /home/aaro/los/work/shared/glibc-2.20/elf/dl-addr.c:152: multiple definition of `_dl_addr_inside_object' /home/aaro/los/work/parisc/glibc-2.20-build/default/elf/dl-allobjs.os:(.text+0x8b8): first defined here /home/aaro/los/work/parisc/glibc-2.20-build/default/libc_pic.a(init-first.os):(.data+0x0): multiple definition of `__libc_multiple_libcs' /home/aaro/los/work/parisc/glibc-2.20-build/default/elf/dl-allobjs.os:(.bss+0x7c): first defined here /home/aaro/los/work/parisc/glibc-2.20-build/default/libc_pic.a(_itoa.os): In function `_itoa': /home/aaro/los/work/shared/glibc-2.20/stdio-common/_itoa.c:199: multiple definition of `_itoa' /home/aaro/los/work/parisc/glibc-2.20-build/default/elf/dl-allobjs.os:(.text+0x5b8): first defined here collect2: error: ld returned 1 exit status