Re: Compilation fails on Darwin 11.4.2 in darwin-nat.c

2015-07-22 Thread Tristan Gingold
> On 22 Jul 2015, at 19:41, Joshua Kordani wrote: > > cc1: warnings being treated as errors > darwin-nat.c: In function ‘darwin_ptrace’: > darwin-nat.c:259: warning: format ‘%x’ expects type ‘unsigned int’, but > argument 5 has type ‘caddr_t’ > darwin-nat.c: In function ‘darwin_resume’: > darwi

[Bug binutils/18708] integer overflow in readelf and invalid shift in objdump

2015-07-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18708 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/18708] integer overflow in readelf and invalid shift in objdump

2015-07-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18708 --- Comment #2 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=070fe95d07c78349f0c8f0fa90aeb92d05248483 commit 070fe95d07c78349f0c8f0fa90aeb

[Bug binutils/18708] integer overflow in readelf and invalid shift in objdump

2015-07-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18708 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #1 f

[Bug gold/18703] Symbol version and Version script incompatibility with BFD ld

2015-07-22 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18703 --- Comment #18 from Cary Coutant --- Another change you can make is to remove "foo" from the version script entirely. If foo.map is just this: VERS_1.1 { }; then both linkers will put "foo@VERS_1.1" into the dynamic symbol table (no default

[Bug gold/18703] Symbol version and Version script incompatibility with BFD ld

2015-07-22 Thread tmsriram at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18703 --- Comment #17 from Sriraman Tallam --- On Wed, Jul 22, 2015 at 11:24 AM, hjl.tools at gmail dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=18703 > > --- Comment #16 from H.J. Lu --- > (In reply to Sriraman Tallam from com

[Bug binutils/18631] avx512: wrong memory size for vcvtt?ps2u?qq instructions with data broadcast

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18631 H.J. Lu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Component|gas

[Bug gas/18631] avx512: wrong memory size for vcvtt?ps2u?qq instructions with data broadcast

2015-07-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18631 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20c2a615876bdf0d5dc8e2db86eea1312d9dc9b8 commit 20c2a615876bdf0d5dc8e2db86eea131

[Bug gold/18703] Symbol version and Version script incompatibility with BFD ld

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18703 --- Comment #16 from H.J. Lu --- (In reply to Sriraman Tallam from comment #15) > > H.J. : Can we use Cary's idea to fix libgcc/config/i386/cpuinfo.c to > make libgcc_s.so.1 do the right thing with gold too until this issue > is resolved in s

[Bug gold/18703] Symbol version and Version script incompatibility with BFD ld

2015-07-22 Thread tmsriram at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18703 --- Comment #15 from Sriraman Tallam --- On Tue, Jul 21, 2015 at 5:35 PM, ccoutant at gmail dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=18703 > > --- Comment #6 from Cary Coutant --- >>Another usage of the '.symver'

[Bug binutils/18708] New: integer overflow in readelf and invalid shift in objdump

2015-07-22 Thread xiedingbao at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18708 Bug ID: 18708 Summary: integer overflow in readelf and invalid shift in objdump Product: binutils Version: 2.25 Status: NEW Severity: minor Priorit

Compilation fails on Darwin 11.4.2 in darwin-nat.c

2015-07-22 Thread Joshua Kordani
cc1: warnings being treated as errors darwin-nat.c: In function ‘darwin_ptrace’: darwin-nat.c:259: warning: format ‘%x’ expects type ‘unsigned int’, but argument 5 has type ‘caddr_t’ darwin-nat.c: In function ‘darwin_resume’: darwin-nat.c:839: warning: format ‘%x’ expects type ‘unsigned int’, but

[Bug ld/18705] handle extern protected data

2015-07-22 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18705 Szabolcs Nagy changed: What|Removed |Added Assignee|unassigned at sourceware dot org |nszabolcs at gmail dot com --

[Bug gas/18687] GNU as segfaults when file ended by '.endr' or '.endm' directive with spaces at end of line

2015-07-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18687 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gas/18687] GNU as segfaults when file ended by '.endr' or '.endm' directive with spaces at end of line

2015-07-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18687 --- Comment #2 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=511b1657d2b251e529a7a0634325bb7d8f3af80d commit 511b1657d2b251e529a7a0634325b

[Bug gold/18703] Symbol version and Version script incompatibility with BFD ld

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18703 --- Comment #14 from H.J. Lu --- I created users/hjl/gold-test branch and added ld-elfvers/vers-gold.exp to run ld symbol version tests with gold: [hjl@gnu-6 ld]$ make check RUNTESTFLAGS="vers-gold.exp" ... Running /export/gnu/import/git/sour

[Bug gold/18521] failing tests on fedora 22

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18521 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Version|unspecified

[Bug gold/18663] gold/testsuite/script_test_1.cc is incompatible with GCC 5

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18663 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/18521] failing tests on fedora 22

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18521 Bug 18521 depends on bug 18663, which changed state. Bug 18663 Summary: gold/testsuite/script_test_1.cc is incompatible with GCC 5 https://sourceware.org/bugzilla/show_bug.cgi?id=18663 What|Removed |Added ---

[Bug gold/18628] gold IFUNC testsuite failures with GCC 5

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18628 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/18521] failing tests on fedora 22

2015-07-22 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18521 Bug 18521 depends on bug 18628, which changed state. Bug 18628 Summary: gold IFUNC testsuite failures with GCC 5 https://sourceware.org/bugzilla/show_bug.cgi?id=18628 What|Removed |Added -

[Bug gold/18663] gold/testsuite/script_test_1.cc is incompatible with GCC 5

2015-07-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18663 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5b2af7dd40a4f3b570aef71daf11b9dfce9a5d13 commit 5b2af7dd40a4f3b570aef71daf11b9df

[Bug gold/18628] gold IFUNC testsuite failures with GCC 5

2015-07-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18628 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cd78ea777c35c497fcc0f20d162789296dc0a44d commit cd78ea777c35c497fcc0f20d16278929

[Bug ld/18705] handle extern protected data

2015-07-22 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18705 Szabolcs Nagy changed: What|Removed |Added Target||arm-*-*, aarch64-*-* -- You are rece

[Bug ld/18705] New: handle extern protected data

2015-07-22 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18705 Bug ID: 18705 Summary: handle extern protected data Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: ld A