Skip to content
Snippets Groups Projects
Unverified Commit 7b87b3fc authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Merge pull request #297 from imbus64/master

Fix linker related error.
parents fb3f9801 f3b233a5
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,14 @@ SECTIONS
PROVIDE( end = . );
PROVIDE( _eusrstack = ORIGIN(RAM) + LENGTH(RAM));
/DISCARD/ : {
*(.note .note.*)
*(.eh_frame .eh_frame.*)
*(.comment .comment.*)
*(.ARM.extab* .gnu.linkonce.armextab.*)
*(.ARM.exidx*)
}
}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment