[Bug gas/12715] Large immediate for neon vmov assembled incorrectly with as built with --enable-targets=x86_64-linux-gnu

2011-05-13 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12715 --- Comment #3 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-05-13 14:19:06 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_21-branch Changes by:mgret...@sourceware.org2011-05-13 14:19:04

[Bug gas/12715] Large immediate for neon vmov assembled incorrectly with as built with --enable-targets=x86_64-linux-gnu

2011-05-13 Thread mgretton at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12715 Matthew Gretton-Dann mgretton at sourceware dot org changed: What|Removed |Added Status|ASSIGNED

[Bug binutils/12757] New: LUFA (USB Framework for AVRs) Relay Board doesn't work anymore

2011-05-13 Thread tnorth at fedoraproject dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12757 Summary: LUFA (USB Framework for AVRs) Relay Board doesn't work anymore Product: binutils Version: 2.21 Status: NEW Severity: normal Priority: P2

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-13 Thread eugen.d...@pu-pm.univ-fcomte.fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr changed: What|Removed |Added CC|

[Bug ld/12066] cannot move location counter backwards (from 00000000000067e0 to 0000000000000000)

2011-05-13 Thread alexey.zaytsev at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12066 Alexey Zaytsev alexey.zaytsev at gmail dot com changed: What|Removed |Added CC|

[Bug ld/12066] cannot move location counter backwards (from 00000000000067e0 to 0000000000000000)

2011-05-13 Thread alexey.zaytsev at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12066 --- Comment #7 from Alexey Zaytsev alexey.zaytsev at gmail dot com 2011-05-13 21:47:39 UTC --- Just checked with the latest 2.21 snapshot, works fine, sorry for the noise. -- Configure bugmail:

[Bug ld/12730] [regression] crash when allocating in a static constructor

2011-05-13 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12730 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com 2011-05-13 22:22:51 UTC --- (In reply to comment #5) It turns out that the fix was only partial. With the fix, I have finally been able to reproduce the crash with two files. See:

[Bug ld/12758] New: LTO doesn't work with --start-group and archive

2011-05-13 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12758 Summary: LTO doesn't work with --start-group and archive Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld

[Bug ld/12758] LTO doesn't work with --start-group and archive

2011-05-13 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12758 --- Comment #1 from H.J. Lu hjl.tools at gmail dot com 2011-05-14 04:25:29 UTC --- It may be a compiler bug. For some reason, LTO symbol table is totally different from normal symbol table: [hjl@gnu-mic-1 liba-failure]$ nm --plugin

[Bug ld/12758] LTO doesn't work with --start-group and archive

2011-05-13 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12758 --- Comment #2 from H.J. Lu hjl.tools at gmail dot com 2011-05-14 04:52:06 UTC --- [hjl@gnu-6 foo]$ cat x.i int memcmp(const void *cs, const void *ct, unsigned long count) { const unsigned char *su1, *su2; int res = 0; for (su1 = cs, su2 =

[Bug ld/12758] LTO doesn't work with --start-group and archive

2011-05-13 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12758 --- Comment #3 from H.J. Lu hjl.tools at gmail dot com 2011-05-14 05:07:05 UTC --- We should load LTO output before rescanning an archive. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving