COFF: Support long section name.
authorRui Ueyama <ruiu@google.com>
Sat, 30 May 2015 19:09:50 +0000 (19:09 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 30 May 2015 19:09:50 +0000 (19:09 +0000)
commitbfb4aa17915d4bea1e54b1ec6c8b4f183a9b5c3c
treec7609cccf52e25b975edb74490a81c643976f8df
parent86f218e7ec5d941b7785eaebcb8f4cad76db8a64
COFF: Support long section name.

Section names were truncated to 8 bytes because the section table's
name field is 8 byte long. This patch creates the string table to
store long names.

llvm-svn: 238661
lld/COFF/Writer.cpp
lld/COFF/Writer.h
lld/test/COFF/long-section-name.test [new file with mode: 0644]