mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Kernel: Support split data sections
This feature is used by Clang when performing LTO. With this change, these split sections now go in the right place.
This commit is contained in:
parent
a8fefd89cd
commit
28c088cd91
Notes:
sideshowbarker
2024-07-18 02:14:31 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/28c088cd910 Pull-request: https://github.com/SerenityOS/serenity/pull/9378 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/itamar8910 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/nico Reviewed-by: https://github.com/timschumi
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ SECTIONS
|
|||
start_of_kernel_bss = .;
|
||||
*(page_tables)
|
||||
*(COMMON)
|
||||
*(.bss)
|
||||
*(.bss*)
|
||||
end_of_kernel_bss = .;
|
||||
|
||||
. = ALIGN(4K);
|
||||
|
|
Loading…
Add table
Reference in a new issue