]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools/Scripts: fix GccBase.lds line endings
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sun, 28 May 2017 12:04:52 +0000 (12:04 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Sun, 28 May 2017 12:07:02 +0000 (12:07 +0000)
Replace a <LF> line ending that was introduced inadvertently by a
recent commit with the correct <CR><LF>

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
BaseTools/Scripts/GccBase.lds

index 847333c3de64f89ba2bea35e1b8fa82c3b917de8..a43e0072f2b48692bcd3be275d1301526ea020fb 100644 (file)
@@ -78,7 +78,7 @@ SECTIONS {
     *(.dynsym)\r
     *(.dynstr)\r
     *(.dynamic)\r
-    *(.hash .gnu.hash)
+    *(.hash .gnu.hash)\r
     *(.comment)\r
     *(COMMON)\r
   }\r