aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4/libopencm3_stm32f4.ld
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/f4/libopencm3_stm32f4.ld')
-rw-r--r--lib/stm32/f4/libopencm3_stm32f4.ld9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/stm32/f4/libopencm3_stm32f4.ld b/lib/stm32/f4/libopencm3_stm32f4.ld
index 76c5e60..52a08f5 100644
--- a/lib/stm32/f4/libopencm3_stm32f4.ld
+++ b/lib/stm32/f4/libopencm3_stm32f4.ld
@@ -59,10 +59,11 @@ SECTIONS
* You may need to fix this if you're using C++.
*/
/DISCARD/ : { *(.eh_frame) }
- /*
- * Another section used by C++ stuff, appears when using newlib with 64bit
- * (long long) printf support - discard it for now.
- */
+
+ /*
+ * Another section used by C++ stuff, appears when using newlib with
+ * 64bit (long long) printf support - discard it for now.
+ */
/DISCARD/ : { *(.ARM.exidx) }
. = ALIGN(4);