diff --git a/scripts/module-lto.lds.S b/scripts/module-lto.lds.S index f4a76b43485d..a89f0c57b36f 100644 --- a/scripts/module-lto.lds.S +++ b/scripts/module-lto.lds.S @@ -17,17 +17,17 @@ SECTIONS { .bss : { *(.bss .bss.[0-9a-zA-Z_]*) - *(.bss..L* .bss..compoundliteral*) + *(.bss..L*) } .data : { *(.data .data.[0-9a-zA-Z_]*) - *(.data..L* .data..compoundliteral*) + *(.data..L*) } .rodata : { *(.rodata .rodata.[0-9a-zA-Z_]*) - *(.rodata..L* .rodata..compoundliteral*) + *(.rodata..L*) } /*