This commit is contained in:
fslongjin
2022-04-15 14:15:32 +08:00
parent c2d8e88617
commit be8ac71aa9
8 changed files with 15 additions and 11 deletions

View File

@ -34,7 +34,7 @@ SECTIONS
{
_data = .;
*(.data)
_edata = .;
}
rodata_start_pa = .;
@ -60,4 +60,9 @@ SECTIONS
}
_end = .;
/DISCARD/ : {
*(.eh_frame)
}
}