[Bug binutils/13962] Misleading error message when linking a library with an empty library
http://sourceware.org/bugzilla/show_bug.cgi?id=13962 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #2 from Alan Modra 2012-05-16 02:33:35 UTC --- What linker produced this binary? This: [ 2] .dynsym DYNSYM 00c0 c0 00 10 A 3 1 4 is somewhat broken. sh_info of 1 with sh_size of 0 is why GNU ld thinks the global sym count is -1 and thus runs out of memory. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/6957] i386 NOPs must be derived from march not mtune
http://sourceware.org/bugzilla/show_bug.cgi?id=6957 H.J. Lu changed: What|Removed |Added CC||i at corradoroberto dot it --- Comment #33 from H.J. Lu 2012-05-16 02:42:54 UTC --- *** Bug 14066 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/14066] nopw istruction return signal 4 - Illegal instruction- on cpu VIA Nehemiah
http://sourceware.org/bugzilla/show_bug.cgi?id=14066 H.J. Lu changed: What|Removed |Added Status|WAITING |RESOLVED Resolution||DUPLICATE --- Comment #7 from H.J. Lu 2012-05-16 02:42:54 UTC --- Dup. *** This bug has been marked as a duplicate of bug 6957 *** -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/7023] ld is unable to link 32 bit libffi.so on gcc mainline: Memory exhausted
http://sourceware.org/bugzilla/show_bug.cgi?id=7023 --- Comment #13 from cvs-commit at gcc dot gnu.org 2012-05-16 03:35:33 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2012-05-16 03:35:29 Modified files: bfd: ChangeLog elf.c Log message: PR ld/13962 PR ld/7023 * elf.c (bfd_section_from_shdr): Fail when .dynsym sh_info is out of range. As a special case, fix sh_info for zero sh_size. Do the same for .symtab. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5682&r2=1.5683 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.553&r2=1.554 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/13962] Misleading error message when linking a library with an empty library
http://sourceware.org/bugzilla/show_bug.cgi?id=13962 --- Comment #3 from cvs-commit at gcc dot gnu.org 2012-05-16 03:35:34 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2012-05-16 03:35:29 Modified files: bfd: ChangeLog elf.c Log message: PR ld/13962 PR ld/7023 * elf.c (bfd_section_from_shdr): Fail when .dynsym sh_info is out of range. As a special case, fix sh_info for zero sh_size. Do the same for .symtab. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5682&r2=1.5683 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.553&r2=1.554 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/13962] Misleading error message when linking a library with an empty library
http://sourceware.org/bugzilla/show_bug.cgi?id=13962 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|amodra at gmail dot com | Resolution||FIXED AssignedTo|unassigned at sourceware|amodra at gmail dot com |dot org | --- Comment #4 from Alan Modra 2012-05-16 03:37:43 UTC --- Fixed -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/13036] cross compiling gas for arm fails using gcc-4.5.2 where 4.5.1 worked
http://sourceware.org/bugzilla/show_bug.cgi?id=13036 Haitao Feng changed: What|Removed |Added CC||haitao.feng at intel dot ||com --- Comment #1 from Haitao Feng 2012-05-16 06:14:40 UTC --- The same for the mainline. This could be fixed by applying patch from https://android-review.googlesource.com/#/c/36561/. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/13036] cross compiling gas for arm fails using gcc-4.5.2 where 4.5.1 worked
http://sourceware.org/bugzilla/show_bug.cgi?id=13036 --- Comment #2 from Haitao Feng 2012-05-16 06:26:29 UTC --- Created attachment 6406 --> http://sourceware.org/bugzilla/attachment.cgi?id=6406 Proposed patch to fix this problem This patch is for git master. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils