COFFDumper: Dump data directory entries.
authorRui Ueyama <ruiu@google.com>
Thu, 18 Jul 2013 22:44:20 +0000 (22:44 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 18 Jul 2013 22:44:20 +0000 (22:44 +0000)
commit06bd2061fc40bfa3560bc200c396595cc4ed3a2e
treeadef2adcdab62610167d4c0b6558b3c48ae7be5c
parentb05ad799e7dc19d7c88576820b1cf16b43a4de9e
COFFDumper: Dump data directory entries.

Summary:
Dump optional data directory entries in the PE/COFF header, so that
we can test the output of LLD linker. This patch updates the test binary
file, but the source of the binary is the same. I just re-linked the file.
I don't know how the previous file was linked, but the previous file did
not have any data directory entries for some reason.

Reviewers: rafael

CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D1148

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186623 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
lib/Object/COFFObjectFile.cpp
test/tools/llvm-readobj/Inputs/trivial.exe.coff-i386
test/tools/llvm-readobj/file-headers.test
tools/llvm-readobj/COFFDumper.cpp