mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 17:23:23 +00:00
bug fix
This commit is contained in:
@ -34,7 +34,7 @@ SECTIONS
|
||||
{
|
||||
_data = .;
|
||||
*(.data)
|
||||
|
||||
|
||||
_edata = .;
|
||||
}
|
||||
rodata_start_pa = .;
|
||||
@ -60,4 +60,9 @@ SECTIONS
|
||||
}
|
||||
|
||||
_end = .;
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.eh_frame)
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user