linker: more .rel for orphan sections
There are sections defined in common-rom/ram.ld where they are showing up as orphan sections. So add these as known sections. Fixes #10493 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
770197925b
commit
6ba4488c7c
1 changed files with 26 additions and 7 deletions
|
@ -49,11 +49,20 @@
|
|||
#endif
|
||||
|
||||
*(.rel.devconfig.*)
|
||||
*(.rel._k_alert.*)
|
||||
*(.rel._k_mem_pool.*)
|
||||
*(.rel._k_timer.*)
|
||||
|
||||
*(.rel._k_*)
|
||||
|
||||
*(.rel._bt_settings.*)
|
||||
|
||||
*(.rel.log_*)
|
||||
|
||||
*(.rel._net_buf_pool.*)
|
||||
*(.rel.net_*)
|
||||
|
||||
*(.rel._static_thread_data.*)
|
||||
|
||||
*(.rel.usb.*)
|
||||
|
||||
#if defined(CONFIG_X86)
|
||||
*(.rel.ifunc)
|
||||
*(.rel.mmulist)
|
||||
|
@ -88,13 +97,23 @@
|
|||
*(.rela.init_PRE_KERNEL*)
|
||||
*(.rela.init_POST_KERNEL*)
|
||||
*(.rela.init_APPLICATION*)
|
||||
*(.rela._k_alert.*)
|
||||
*(.rela._k_mem_pool.*)
|
||||
*(.rela._k_timer.*)
|
||||
|
||||
*(.rela.devconfig.*)
|
||||
|
||||
*(.rela._k_*)
|
||||
|
||||
*(.rela._bt_settings.*)
|
||||
|
||||
*(.rela.log_*)
|
||||
|
||||
*(.rela._net_buf_pool.*)
|
||||
*(.rela.net_*)
|
||||
|
||||
*(.rela._static_thread_data.*)
|
||||
|
||||
*(.rela.usb.*)
|
||||
|
||||
#if defined(CONFIG_RISCV32)
|
||||
*(.rela.devconfig.*)
|
||||
*(.rela.exception.*)
|
||||
*(.rela.gnu.linkonce.sw_isr_table)
|
||||
*(.rela.sdata.*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue