bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/30496] Add support for PE IMAGE_SCN_MEM_16BIT section char


From: pali at kernel dot org
Subject: [Bug binutils/30496] Add support for PE IMAGE_SCN_MEM_16BIT section characteristic
Date: Mon, 12 Jun 2023 19:37:26 +0000

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

--- Comment #1 from Pali Rohár <pali at kernel dot org> ---
I have tested that DUMPBIN.EXE recognize IMAGE_SCN_MEM_16BIT also for other
non-x86 platforms: IMAGE_FILE_MACHINE_MIPS16 (0x266),
IMAGE_FILE_MACHINE_MIPSFPU16 (0x466) (where section is 16-bit) and in
IMAGE_FILE_MACHINE_THUMB (0x1c2) where section is in Thumb/Thumb2 ISA (also
when in section are 4-byte thumb instructions) as opposite of the ARM ISA.

So it looks like that IMAGE_SCN_MEM_16BIT can be used for any architecture
where something like 16-bit / 2-byte flag has some meaning.

-- 
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]