diff --git a/arch/x86/ldscript.ld b/arch/x86/ldscript.ld index f760b56971..581e8ffc8a 100644 --- a/arch/x86/ldscript.ld +++ b/arch/x86/ldscript.ld @@ -43,6 +43,7 @@ SECTIONS } /DISCARD/ : { *(.comment) + *(.note.*) *(.note) *(.note.*) }