|
|
@@ -263,6 +263,14 @@ SECTIONS
|
|
|
*(.fini.literal)
|
|
|
*(.fini)
|
|
|
*(.gnu.version)
|
|
|
+
|
|
|
+ /** CPU will try to prefetch up to 16 bytes of
|
|
|
+ * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
|
|
|
+ * safe access to up to 16 bytes after the last real instruction, add
|
|
|
+ * dummy bytes to ensure this
|
|
|
+ */
|
|
|
+ . += 16;
|
|
|
+
|
|
|
_text_end = ABSOLUTE(.);
|
|
|
_instruction_reserved_end = ABSOLUTE(.);
|
|
|
_etext = .;
|