mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
avoid preloading static data in l1
This commit is contained in:
parent
413213a97d
commit
8438f6f845
1 changed files with 2 additions and 2 deletions
|
|
@ -234,14 +234,14 @@ SECTIONS
|
|||
*(.libgomp)
|
||||
*(.libgomp.*)
|
||||
. = ALIGN(4);
|
||||
} > L1
|
||||
} > L2
|
||||
|
||||
.bss_l1 : {
|
||||
. = ALIGN(4);
|
||||
*(.bss_l1)
|
||||
*(.bss_l1.*)
|
||||
. = ALIGN(4);
|
||||
} > L1
|
||||
} > L2
|
||||
|
||||
__l1_end = ALIGN(4);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue