aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/riscv.ld
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/riscv.ld')
-rw-r--r--firmware/riscv.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/riscv.ld b/firmware/riscv.ld
index 3e7002d..bf339fb 100644
--- a/firmware/riscv.ld
+++ b/firmware/riscv.ld
@@ -1,3 +1,4 @@
+/* ---- Original Script: /opt/riscv32i/riscv32-unknown-elf/lib/ldscripts/elf32lriscv.x ---- */
/* Default linker script, for normal executables */
/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
Copying and distribution of this script, with or without modification,
@@ -197,4 +198,3 @@ SECTIONS
.gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
}
-