https://sourceware.org/bugzilla/show_bug.cgi?id=33302
Bug ID: 33302 Summary: Symbols truncated on i386pep target Product: binutils Version: 2.46 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: freddy77 at gmail dot com Target Milestone: --- Created attachment 16273 --> https://sourceware.org/bugzilla/attachment.cgi?id=16273&action=edit Patch to fix the issue In case the symbols are between 15 and 17 characters it gets truncated. This is due to a mismatch in type declaration allocating only 14 bytes for x_fname field. Attached patch to fix the issue. I don't know how to write a test for this but it should not be hard looking at the commands on the commit message. I'm not sure if this happens also for other targets, like for instance i386pe. -- You are receiving this mail because: You are on the CC list for the bug.