decompressor: Update linker script
This commit is contained in:
parent
74a3a1c6b6
commit
656d853a3a
|
@ -17,7 +17,7 @@ SECTIONS
|
|||
*(.text .text.*)
|
||||
} :text
|
||||
|
||||
.rodata : {
|
||||
.data : {
|
||||
*(.rodata .rodata.*)
|
||||
*(.data .data.*)
|
||||
} :data
|
||||
|
@ -30,6 +30,6 @@ SECTIONS
|
|||
} :data
|
||||
|
||||
/DISCARD/ : {
|
||||
*.o(*)
|
||||
*(.note .note.*)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue