[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file

2014-05-02 Thread vuvova at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16895 vuvova at gmail dot com changed: What|Removed |Added CC||vuvova at gmail dot com --

[Bug binutils/16893] libopcodes decodes some x86 prefixes incorrectly

2014-05-02 Thread rsc at swtch dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16893 --- Comment #3 from Russ Cox --- The patch fixes the bug, and the more aggressively used prefixes (fewer standalone prefix instructions) seem much nicer. Thanks. -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/16886] setjmp/longjmp in libopcodes would be faster as sigsetjmp w/ save=0

2014-05-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16886 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/16886] setjmp/longjmp in libopcodes would be faster as sigsetjmp w/ save=0

2014-05-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16886 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch,

[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file

2014-05-02 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16895 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file

2014-05-02 Thread alex_y_xu at yahoo dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=16895 --- Comment #3 from alex_y_xu at yahoo dot ca --- (In reply to Cary Coutant from comment #2) > You didn't provide a command line, but I'm guessing you need to add a -T > option (aka --script) in front of the script. Without that, gold doesn't >

[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file

2014-05-02 Thread alex_y_xu at yahoo dot ca
https://sourceware.org/bugzilla/show_bug.cgi?id=16895 alex_y_xu at yahoo dot ca changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolu

[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file

2014-05-02 Thread vuvova at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16895 --- Comment #5 from vuvova at gmail dot com --- There is no -T (--script), indeed. It is intentional. ld manual says 3.11 Implicit Linker Scripts If you specify a linker input file which the linker can not re

[Bug gold/16895] building mariadb-5.5.37 with gold - .../libmysql_versions.ld:155:9: invalid use of VERSION in input file

2014-05-02 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16895 --- Comment #6 from Cary Coutant --- > There is no -T (--script), indeed. It is intentional. ld manual says > > 3.11 Implicit Linker Scripts > > If you specify a linker input file which the linker can not rec