Revert "s390/vmlinux.lds.S: Move ro_after_init section behind rodata section"
This reverts commit 4c852d5c4e
.
This commit is contained in:
parent
8e655e1dbc
commit
631e573f84
1 changed files with 0 additions and 9 deletions
|
@ -69,15 +69,6 @@ SECTIONS
|
||||||
. = ALIGN(PAGE_SIZE);
|
. = ALIGN(PAGE_SIZE);
|
||||||
__end_ro_after_init = .;
|
__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)
|
RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE)
|
||||||
BOOT_DATA_PRESERVED
|
BOOT_DATA_PRESERVED
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue