https://sourceware.org/bugzilla/show_bug.cgi?id=30147
Bug ID: 30147 Summary: Allow to specify PE export name Product: binutils Version: 2.39 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: pali at kernel dot org Target Milestone: --- When generating ELF binary it is possible to specify its export name by -soname= option, and this option is working fine ELF. But seems there is no way to specify export name when generating PE binary. LD accepts -soname= option also for PE binaries but seems that it is just ignored without any warning/error message. And PE export name in export table (.edata) is taken from the -o output option. -- You are receiving this mail because: You are on the CC list for the bug.