From 9e19cad56d063e3b147f4436b303d73c4f153947 Mon Sep 17 00:00:00 2001 From: Antonin TROGER <antonin.troger@thalesgroup.com> Date: Mon, 12 Oct 2020 14:34:09 +0200 Subject: [PATCH] Linker script correction --- bench/bsp/config/link.ld | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bench/bsp/config/link.ld b/bench/bsp/config/link.ld index 02259558..fa397107 100644 --- a/bench/bsp/config/link.ld +++ b/bench/bsp/config/link.ld @@ -9,16 +9,16 @@ /* This linker script is adapted from the default linker script for upstream RISC-V GCC. It has been modified for use in verification of CORE-V cores. */ -// Additional contributions by: -// Sebastien Jacq - sjthales on github.com -// -// Description: linkerscript for the CV32A6 platform -// -// =========================================================================== // -// Revisions : -// Date Version Author Description -// 2020-10-06 0.1 S.Jacq modification of the Test for CV32A6 softcore -// =========================================================================== // +/* Additional contributions by: + Sebastien Jacq - sjthales on github.com + + Description: linkerscript for the CV32A6 platform + + =========================================================================== + Revisions : + Date Version Author Description + 2020-10-06 0.1 S.Jacq modification of the Test for CV32A6 softcore + =========================================================================== */ OUTPUT_FORMAT("elf32-littleriscv", "elf32-littleriscv", "elf32-littleriscv") -- GitLab