https://sourceware.org/bugzilla/show_bug.cgi?id=32675
sourceware-bugzilla at jdrake dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sourceware-bugzilla@jdrake. | |com --- Comment #16 from sourceware-bugzilla at jdrake dot com --- I've been working on this more, including compatibility with the IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION flag. I just looked at the https://gitlab.winehq.org/wine/wine/-/merge_requests/7328 and that looks similar to what I'm trying to do in dlltool. What's different is that $5 needs to end up in its own .didat section in the output, instead of .data. I kind of got the impression that section names were limited to 8 characters. If that's not true, I could use better section names like in that merge request. Actually, I vaguely remember that section names in objects can be longer but section names in images are limited to 8 characters? -- You are receiving this mail because: You are on the CC list for the bug.