[Bug binutils/20464] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

2016-12-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20464 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gas/20992] New: sparcv9 should be equivalent to sparc64

2016-12-23 Thread norm.jacobs at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20992 Bug ID: 20992 Summary: sparcv9 should be equivalent to sparc64 Product: binutils Version: 2.27 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ga

[Bug binutils/20464] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

2016-12-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20464 --- Comment #20 from cvs-commit at gcc dot gnu.org --- The binutils-2_28-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c525439b57708cbf0871ebd9a81be5d6016a144b commit c525439b57708c

[Bug binutils/14625] [2.23/2.24 regression] ar: File truncated

2016-12-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14625 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The binutils-2_28-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c525439b57708cbf0871ebd9a81be5d6016a144b commit c525439b57708cb

[Bug ld/20989] Every 64-bit Solaris 12/SPARC executable dies with SIGILL

2016-12-23 Thread ro at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20989 --- Comment #3 from Rainer Orth --- Created attachment 9722 --> https://sourceware.org/bugzilla/attachment.cgi?id=9722&action=edit input objects and executables -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/14625] [2.23/2.24 regression] ar: File truncated

2016-12-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=14625 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=865422fafaf387745b2979d47b6f448d28e0edb8 commit 865422fafaf387745b2979d47b6f4

[Bug binutils/20464] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

2016-12-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20464 --- Comment #19 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=865422fafaf387745b2979d47b6f448d28e0edb8 commit 865422fafaf387745b2979d47b6f

[Bug ld/20989] Every 64-bit Solaris 12/SPARC executable dies with SIGILL

2016-12-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://sourceware.org/bugzilla/show_bug.cgi?id=20989 --- Comment #2 from Rainer Orth --- > --- Comment #1 from Alan Modra --- > How is crt1.o testing that __start_crt_compiler is undefined? I'm talking > about an "if (foo)" test used in a call to a weak function: > if (foo) > foo (); Yo