[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/30147] New: Allow to specify PE export name
From: |
pali at kernel dot org |
Subject: |
[Bug ld/30147] New: Allow to specify PE export name |
Date: |
Sun, 19 Feb 2023 22:52:36 +0000 |
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.
- [Bug ld/30147] New: Allow to specify PE export name,
pali at kernel dot org <=