commit | 970dda295e708a54df1c9516c365a915ba68e96c | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Wed Nov 19 02:07:10 2014 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Wed Nov 19 02:07:10 2014 +0000 |
tree | be55dcaa1f2808d0baf81e2cb9a972108d721d57 | |
parent | 13d123ccf76e235e687b06d3ab6943d2fb5e2059 [diff] |
llvm-readobj: fix off-by-one error in COFFDumper It printed out base relocation table header as table entry. This patch also makes llvm-readobj to not skip ABSOLUTE entries becuase it was confusing. llvm-svn: 222299