Sign in
gwj
/
at91sam9263
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9e20fc0ca7ffeefb7604f6dce4f80dfb75aa6ef8
Authored by
Grzegorz Jabłoński
2020-05-15 20:57:06 +0200
1 parent
4fdf0b0a
Added .vectors section to the beginning of .data
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
virtual_lab/script.lds
virtual_lab/script.lds
View file @
9e20fc0
...
...
@@ -176,6 +176,7 @@ SECTIONS
176
176
.data :
177
177
{
178
178
__data_start = .;
179
+ *(.vectors)
179
180
*(.data .data.* .gnu.linkonce.d.*)
180
181
SORT(CONSTRUCTORS)
181
182
}
...
...