[Bug binutils/20193] Invalid executable after adding debuglink to an executable produced after merging PE resource sections

2016-11-03 Thread yselkowi at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20193 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com

[Bug ld/20125] New: mmix: C++ code fails to link

2016-05-20 Thread yselkowi at redhat dot com
Assignee: unassigned at sourceware dot org Reporter: yselkowi at redhat dot com Target Milestone: --- Host: x86_64-cygwin Target: mmix-knuth-mmixware Build: x86_64-cygwin Created attachment 9281 --> https://sourceware.org/bugzilla/attachment.cgi?id=9

[Bug gas/19614] gas for c6x prints "Error: inconsistent uses of .cfi_sections" when gcc compiles things with it

2016-04-06 Thread yselkowi at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19614 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com

[Bug binutils/18087] objcopy --compress-debug-sections can produce broken debug sections in PE binaries

2015-03-09 Thread yselkowi at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18087 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com

[Bug binutils/17755] sh64-elf SEGV when stripping libraries

2015-01-05 Thread yselkowi at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17755 --- Comment #2 from Yaakov Selkowitz --- Thanks Alan, this patch works for me. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutil

[Bug gas/17754] Buffer overflow detected in MinGW gas

2015-01-05 Thread yselkowi at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17754 --- Comment #8 from Yaakov Selkowitz --- (In reply to Nick Clifton from comment #7) > Hi Alan, > > > --- Comment #6 from Alan Modra --- > > No, that's the wrong fix. coffgen.c is compiled without including pe.h, so > > sizeof (auxent->x_fi

[Bug gas/17754] Buffer overflow detected in MinGW gas

2014-12-30 Thread yselkowi at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17754 --- Comment #4 from Yaakov Selkowitz --- (In reply to Alan Modra from comment #1) > Technically there is a buffer overrun here, but there are no fields > following x_fname and x_file is not the largest element of union > internal_auxent. Nor