ports/all: Fix RWX warning in linker scripts.

This commit is contained in:
iabdalkader 2024-06-23 17:22:53 +02:00
parent 235c337da0
commit 18caf947b9
2 changed files with 2 additions and 2 deletions

View File

@ -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 :

View File

@ -113,7 +113,7 @@ SECTIONS
} >OMV_GC_BLOCK0_MEMORY
#endif
.gc_blocks_table :
.gc_blocks_table (READONLY) :
{
. = ALIGN(4);
_gc_blocks_table_start = .;