[Bug ld/23271] internal error ../../ld/ldlang.c 6643
https://sourceware.org/bugzilla/show_bug.cgi?id=23271 --- Comment #4 from Erich Eckner --- It could be. However, I cannot test it, because in the meantime, our automated build system successfully built two versions of radare2 - so I'd say, this issue can be closed. -- 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/23465] wrongly scale non-8-bit x86 displacements
https://sourceware.org/bugzilla/show_bug.cgi?id=23465 H.J. Lu changed: What|Removed |Added CC||thiago at kde dot org --- Comment #4 from H.J. Lu --- *** Bug 23628 has been marked as a duplicate of this bug. *** -- 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/23628] Mis-assembling of VSIB offset in EVEX scatter/gather instructions
https://sourceware.org/bugzilla/show_bug.cgi?id=23628 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|hongjiu.lu at intel dot com|hjl.tools at gmail dot com Resolution|--- |DUPLICATE --- Comment #1 from H.J. Lu --- This has been fixed on master and binutils-2_31-branch *** This bug has been marked as a duplicate of bug 23465 *** -- 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/23425] unresolved symbol diagnostic ends up calling find_abstract_instance with relocations applied causing spurious 'DWARF error: invalid abstract instance DIE ref'
https://sourceware.org/bugzilla/show_bug.cgi?id=23425 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED URL||https://sourceware.org/ml/b ||inutils/2018-09/msg00075.ht ||ml Assignee|unassigned at sourceware dot org |amodra at gmail dot com -- 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/23633] New: objcopy Segmentation fault
https://sourceware.org/bugzilla/show_bug.cgi?id=23633 Bug ID: 23633 Summary: objcopy Segmentation fault Product: binutils Version: 2.32 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- [hjl@gnu-skx-1 gcc]$ eu-strip -g -o foo cc1 [hjl@gnu-skx-1 gcc]$ /export/build/gnu/tools-build/binutils/build-x86_64-linux/binutils/objcopy -S --keep-symbols=/tmp/tmp.yLgUcMHDhK foo /tmp/tmp.zjDexOItuy /export/build/gnu/tools-build/binutils/build-x86_64-linux/binutils/objcopy: warning: foo: unsupported GNU_PROPERTY_TYPE (5) type: 0xc001 /export/build/gnu/tools-build/binutils/build-x86_64-linux/binutils/objcopy: warning: foo: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 Segmentation fault [hjl@gnu-skx-1 gcc]$ -- 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/23633] objcopy Segmentation fault
https://sourceware.org/bugzilla/show_bug.cgi?id=23633 H.J. Lu changed: What|Removed |Added CC||nickc at redhat dot com Target Milestone|--- |2.32 --- Comment #1 from H.J. Lu --- It is caused by 3391569f218cd5d05e96769f47559d5828be3acd is the first bad commit commit 3391569f218cd5d05e96769f47559d5828be3acd Author: Nick Clifton Date: Fri Jul 20 15:05:34 2018 +0100 Close memory and resource leaks detected by coverity in the binutils directory. * objcopy.c (add_specific_symbols): Free buffer on exit. (add_redefine_syms_file): Close file handle on exit. (copy_object): Close file handle on early exit. Free buffer on early exit. Free gaps buffers once they are no longer needed. * dwarf.c (display_debug_frames): Free allocated memory on exit. (load_separate_debug_info): Free allocate memory on early exit. I am working on a small testcase. -- 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/23633] objcopy Segmentation fault
https://sourceware.org/bugzilla/show_bug.cgi?id=23633 --- Comment #2 from H.J. Lu --- Created attachment 11235 --> https://sourceware.org/bugzilla/attachment.cgi?id=11235&action=edit A testcase [hjl@gnu-cfl-1 pr23633]$ cat x.c int main () { return 0; } [hjl@gnu-cfl-1 pr23633]$ make gcc -gx.c -o x strip -g -o x.g x ./objcopy -S --keep-symbols=x.list x.g x1 make: *** [Makefile:13: x1] Segmentation fault make: *** Deleting file 'x1' [hjl@gnu-cfl-1 pr23633]$ -- 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