bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/30145] No way to specify PE IMAGE_SCN_* characteristics


From: pali at kernel dot org
Subject: [Bug ld/30145] No way to specify PE IMAGE_SCN_* characteristics
Date: Sat, 30 Sep 2023 14:31:40 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30145

--- Comment #12 from Pali Rohár <pali at kernel dot org> ---
https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#special-sections

Some section names are reserved and .text is really there with
IMAGE_SCN_CNT_CODE | IMAGE_SCN_MEM_EXECUTE | IMAGE_SCN_MEM_READ
characteristics.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]