]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/GenFw: Set the PE/COFF attribute BaseOfData with the address of the first...
authorErik Bjorge <erik.c.bjorge@intel.com>
Wed, 11 Feb 2015 08:20:17 +0000 (08:20 +0000)
committerlgao4 <lgao4@Edk2>
Wed, 11 Feb 2015 08:20:17 +0000 (08:20 +0000)
commit234f9ff96e2179e552463dd09ccc515b1c4a6119
tree2762eaa78cb51d115ad56f4340540f0bc9e1fb81
parentd8043ce905a5832f911361ef30be28765afbdc6b
BaseTools/GenFw: Set the PE/COFF attribute BaseOfData with the address of the first '.data' section

Before this change the alignment of the first data section was not taken into account.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Erik Bjorge <erik.c.bjorge@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16831 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/C/GenFw/Elf32Convert.c
BaseTools/Source/C/GenFw/Elf64Convert.c