[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/30144] LD --entry does not accept function name
From: |
pali at kernel dot org |
Subject: |
[Bug ld/30144] LD --entry does not accept function name |
Date: |
Tue, 12 Mar 2024 18:58:14 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30144
--- Comment #3 from Pali Rohár <pali at kernel dot org> ---
> Looking into this, it is actually quite hard to predict the mangling of the
> entry symbol name.
Nick, cannot be 32-bit x86 PE ld easily extended in this way? When --entry=XYZ
is specified at command line then ld first try to find symbol "XYZ" and if it
does not exist then it tries to find symbol "_XYZ@8".
Mangling is target specific, so it should be easily predictable.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/30144] LD --entry does not accept function name,
pali at kernel dot org <=