https://sourceware.org/bugzilla/show_bug.cgi?id=17754

--- Comment #6 from Alan Modra <amodra at gmail dot com> ---
No, that's the wrong fix.  coffgen.c is compiled without including pe.h, so
sizeof (auxent->x_file.x_fname) is the default, but for PE targets we want the
larger value given by bfd_coff_filnmlen.  I think the right fix is the one I
proposed in comment #3.

-- 
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

Reply via email to