[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2021-11-28 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 John David Anglin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-11-25 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #14 from John David Anglin --- __builtin_trap () support added to PA.

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-11-04 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #13 from Aaro Koskinen --- Created attachment 33884 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33884&action=edit Preprocessed dl-conflict Here's the preprocessed dl-conflict.c. In elf_machine_rela(), the sym_map gets always

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-11-03 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #12 from dave.anglin at bell dot net --- On 10/31/2014 5:30 PM, aaro.koskinen at iki dot fi wrote: > I was able to isolate the problem to GLIBC elf/dl-conflict.c and specifically > hppa specific elf_machine_rela function called from th

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-11-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 John David Anglin changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-11-01 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #10 from Aaro Koskinen --- (In reply to Andreas Schwab from comment #9) > You don't need a link test, you only need to check whether there is a > reference to abort. A simple test: $ cat pr63691.c void foo (int a, char *p) {

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-11-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #9 from Andreas Schwab --- You don't need a link test, you only need to check whether there is a reference to abort.

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-31 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #8 from Aaro Koskinen --- (In reply to dave.anglin from comment #7) > On 10/31/2014 2:39 PM, aaro.koskinen at iki dot fi wrote: > > This patch is already included in GLIBC 2.20... > I can add support for __builtin_trap() but we need p

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-31 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #7 from dave.anglin at bell dot net --- On 10/31/2014 2:39 PM, aaro.koskinen at iki dot fi wrote: > This patch is already included in GLIBC 2.20... I can add support for __builtin_trap() but we need preprocessed source and full compile

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-31 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #6 from Aaro Koskinen --- (In reply to Andrew Pinski from comment #5) > See https://sourceware.org/ml/libc-alpha/2013-11/msg00291.html . This patch is already included in GLIBC 2.20...

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #5 from Andrew Pinski --- See https://sourceware.org/ml/libc-alpha/2013-11/msg00291.html .

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #3 from dave.anglin at bell dot net --- On 30-Oct-14, at 5:19 PM, aaro.koskinen at iki dot fi wrote: > Bisected on gcc git gcc-4_9-branch to: Would you please attach .i and .s files generated from dl-addr.c? Dave -- John David Angli

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 --- Comment #2 from Jeffrey A. Law --- I don't see how that change could possibly cause the kind of failures you're showing. It's got to be something else. I would also strongly suggest trying with the latest gcc-4.9.x release as Jakub has bund

[Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA

2014-10-30 Thread aaro.koskinen at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691 Aaro Koskinen changed: What|Removed |Added CC||carlos at systemhalted dot org,