]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools IA32/X64: drop redundant alignment from linker script
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 3 Aug 2015 08:21:49 +0000 (08:21 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Mon, 3 Aug 2015 08:21:49 +0000 (08:21 +0000)
commitcdeb268cb0c2d1a1a80ac3c7edc83c6c535cdc7f
tree6acea8f536a9c982f8b2ac5f1031292af5c2dab3
parentfa1d29d5cce3d6acc70dcfa0445a4069f547f6e1
BaseTools IA32/X64: drop redundant alignment from linker script

There is no need to pad out the end of a section of the start of
the following section is aligned to the same value. So drop the
redundant ALIGN() statements.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Tested-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18132 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Scripts/gcc-4K-align-ld-script
BaseTools/Scripts/gcc4.4-ld-script
BaseTools/Scripts/gcc4.9-ld-script