From 9129d18bf5699e69f25edffa7864aaf88d6dd385 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Thu, 23 Apr 2020 17:58:32 +0200 Subject: Cleanup whitespaces Signed-off-by: Claire Wolf --- firmware/riscv.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/riscv.ld b/firmware/riscv.ld index bf339fb..16fde8d 100644 --- a/firmware/riscv.ld +++ b/firmware/riscv.ld @@ -59,9 +59,9 @@ SECTIONS .gcc_except_table : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) } .exception_ranges : ONLY_IF_RW { *(.exception_ranges .exception_ranges*) } /* Thread Local Storage sections */ - .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) } - .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) } - .preinit_array : + .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) } + .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) } + .preinit_array : { PROVIDE_HIDDEN (__preinit_array_start = .); KEEP (*(.preinit_array)) -- cgit