mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
ports/all: Fix RWX warning in linker scripts.
This commit is contained in:
parent
235c337da0
commit
18caf947b9
@ -121,7 +121,7 @@ SECTIONS
|
||||
__exidx_end = .;
|
||||
} > FLASH_TEXT
|
||||
|
||||
__etext = .; /* define a global symbol at end of code */
|
||||
__etext = LOADADDR(.data); /* define a global symbol at end of code */
|
||||
|
||||
/* Initialized data sections */
|
||||
.data :
|
||||
|
||||
@ -113,7 +113,7 @@ SECTIONS
|
||||
} >OMV_GC_BLOCK0_MEMORY
|
||||
#endif
|
||||
|
||||
.gc_blocks_table :
|
||||
.gc_blocks_table (READONLY) :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
_gc_blocks_table_start = .;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user