BaseTools/Scripts: fix GccBase.lds line endings

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>
This commit is contained in:
Ard Biesheuvel
2017-05-28 12:04:52 +00:00
parent 71d8226ac6
commit f4d3ba87bb

View File

@ -78,7 +78,7 @@ SECTIONS {
*(.dynsym) *(.dynsym)
*(.dynstr) *(.dynstr)
*(.dynamic) *(.dynamic)
*(.hash .gnu.hash) *(.hash .gnu.hash)
*(.comment) *(.comment)
*(COMMON) *(COMMON)
} }