From f4d3ba87bb8f5d82d3b80532ea4c83b7bbca41c0 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sun, 28 May 2017 12:04:52 +0000 Subject: [PATCH] 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 --- BaseTools/Scripts/GccBase.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- 2.39.2