]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VolInfo: Update to handle PE image with .code section only
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 14 Apr 2016 02:06:12 +0000 (10:06 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Apr 2016 00:43:49 +0000 (08:43 +0800)
commit670bf6a7223125cf48c52a2ab272195fbc59e68a
treeec6a89543a20b70b1213fa7356983d6adf8f8686
parent3c4db2dfe2f1ea2cf8529671765111319bbadca4
BaseTools/VolInfo: Update to handle PE image with .code section only

rebase the image which only has .code section, but no other section, the
tool return error. this patch fix this bug to support it.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/VolInfo/VolInfo.c