Revert "s390/vmlinux.lds.S: Move ro_after_init section behind rodata section"

This reverts commit 4c852d5c4e.
This commit is contained in:
Ksawlii 2024-11-24 00:23:39 +01:00
parent 8e655e1dbc
commit 631e573f84

View file

@ -69,15 +69,6 @@ SECTIONS
. = ALIGN(PAGE_SIZE);
__end_ro_after_init = .;
.data.rel.ro : {
*(.data.rel.ro .data.rel.ro.*)
}
.got : {
__got_start = .;
*(.got)
__got_end = .;
}
RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE)
BOOT_DATA_PRESERVED