mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-26 14:08:53 +00:00
v1.1.2
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user