llvm-6502/test/MC/COFF
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
..
alias.s
align-nops.s
bad-expr.s
basic-coff-64.s
basic-coff.s
bss_section.ll
bss.s
comm.ll
comm.s
diff.s
eh-frame.s
feat00.s Object/COFF: change data type of SymbolNumber from int16 to uint16. 2014-03-15 00:04:08 +00:00
global_ctors_dtors.ll
ir-to-imgrel.ll
linker-options.ll
linkonce-invalid.s
linkonce.s
lit.local.cfg
lset0.s
module-asm.ll
rdata.ll
relocation-imgrel.s
secidx-diagnostic.s
secidx.s
secrel32.s
secrel-variant.s
section-comdat.s
section-invalid-flags.s
section-name-encoding.s
section.s
seh-align1.s
seh-align2.s
seh-align3.s
seh-section.s
seh.s
simple-fixups.s
switch-relocations.ll
symbol-alias.s
symbol-fragment-offset-64.s
symbol-fragment-offset.s
symbol-mangling.ll
timestamp.s
tricky-names.ll
weak-symbol.ll
weak.s Object/COFF: change data type of SymbolNumber from int16 to uint16. 2014-03-15 00:04:08 +00:00