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.