Remove a bunch of unused __*_start/end symbols

This commit is contained in:
bjorn3
2025-10-25 19:20:01 +02:00
parent e8acd82074
commit cb718f767a
5 changed files with 0 additions and 18 deletions
-4
View File
@@ -284,10 +284,6 @@ mod kernel_executable_offsets {
__text_end,
__rodata_start,
__rodata_end,
__data_start,
__data_end,
__bss_start,
__bss_end,
__usercopy_start,
__usercopy_end
);