]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/gcc-4K-align-ld-script
There needs to be a space between the output section name and the colon, i.e.,
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 1 Jul 2015 01:04:28 +0000 (01:04 +0000)
committeryingke <yingke@Edk2>
Wed, 1 Jul 2015 01:04:28 +0000 (01:04 +0000)
commit203beadc12dbc5665d4de1003246fc13c94763fc
treec3905363dae93e0b4346471d9006c13516b736ba
parent6956ecfe1e70f241f2a861520568bd1c6639ba54
There needs to be a space between the output section name and the colon, i.e.,

  .text : ALIGN(0x1000)
       ^

Fix this for all output sections

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