This commit is contained in:
刘可亮
2025-01-08 19:12:06 +08:00
parent 3b8c04c942
commit 724d6bf65e
4315 changed files with 214394 additions and 1235797 deletions

View File

@@ -206,15 +206,15 @@ SECTIONS
__data_end__ = .;
. = ALIGN(0x8) ;
} > REGION_DATA AT > REGION_RODATA
} > REGION_DATA AT > REGION_DATA
.eh_frame : ONLY_IF_RW {
KEEP (*(.eh_frame))
} > REGION_DATA AT > REGION_RODATA
} > REGION_DATA AT > REGION_DATA
.gcc_except_table : ONLY_IF_RW {
*(.gcc_except_table .gcc_except_table.*)
__edata = .;
__data_end__ = .;
} > REGION_DATA AT > REGION_RODATA
} > REGION_DATA AT > REGION_DATA
.bss : {
. = ALIGN(0x8) ;