mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
retpoline: add indirect thunk support
for gcc version > 7.3, enable CONFIG_RETPOLINE Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -30,6 +30,7 @@ SECTIONS
|
||||
*(.text .text*) ;
|
||||
*(.gnu.linkonce.t*)
|
||||
*(.note.gnu.build-id)
|
||||
*(.retpoline_thunk)
|
||||
} > ram
|
||||
|
||||
.rodata :
|
||||
|
Reference in New Issue
Block a user