Update linker script

This commit is contained in:
mintsuki 2023-07-13 06:18:25 +02:00
parent 2832550c31
commit 3177343111

View file

@ -51,8 +51,8 @@ SECTIONS
/* If you need, for example, .init_array and .fini_array, those should be placed */
/* above this. */
.bss : {
*(COMMON)
*(.bss .bss.*)
*(COMMON)
} :data
/* Discard .note.* and .eh_frame since they may cause issues on some hosts. */