From: Ard Biesheuvel Date: Sun, 28 May 2017 12:04:52 +0000 (+0000) Subject: BaseTools/Scripts: fix GccBase.lds line endings X-Git-Tag: edk2-stable201903~3984 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f4d3ba87bb8f5d82d3b80532ea4c83b7bbca41c0 BaseTools/Scripts: fix GccBase.lds line endings Replace a line ending that was introduced inadvertently by a recent commit with the correct Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- diff --git a/BaseTools/Scripts/GccBase.lds b/BaseTools/Scripts/GccBase.lds index 847333c3de..a43e0072f2 100644 --- a/BaseTools/Scripts/GccBase.lds +++ b/BaseTools/Scripts/GccBase.lds @@ -78,7 +78,7 @@ SECTIONS { *(.dynsym) *(.dynstr) *(.dynamic) - *(.hash .gnu.hash) + *(.hash .gnu.hash) *(.comment) *(COMMON) }