llvm-6502/test/MC
Rui Ueyama 7aa478d944 Object/COFF: change data type of SymbolNumber from int16 to uint16.
Microsoft PE/COFF Spec clearly states that the field is of signed interger
type. However, in reality, it's unsigned. If cl.exe needs to create a large
number of sections for COMDAT sections, it will just create more than 32768
sections. Handling large section number as negative number is not correct.
I think this is a spec bug.

Differential Revision: http://llvm-reviews.chandlerc.com/D3088

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203986 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-15 00:04:08 +00:00
..
AArch64
ARM Generalise assembly tests to not rely on anonymous symbol names 2014-03-14 09:10:26 +00:00
AsmParser
COFF Object/COFF: change data type of SymbolNumber from int16 to uint16. 2014-03-15 00:04:08 +00:00
Disassembler
ELF Correctly handle an ELF symbol defined with "a = b + expr". 2014-03-14 20:09:04 +00:00
MachO
Markup
Mips
PowerPC
Sparc
SystemZ
X86