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 = .; __exidx_end = .;
} > FLASH_TEXT } > 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 */ /* Initialized data sections */
.data : .data :

View File

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