ANDROID: kbuild: don't merge .*..compoundliteral in modules
Bug: 160394326 Change-Id: Ieac583c1b6a6ef312afb0cdd34748a28debe0b8b Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
parent
83f60b3043
commit
e9cd5b2daa
1 changed files with 3 additions and 3 deletions
|
@ -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*)
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue