We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e72ba5 commit 75c10d5Copy full SHA for 75c10d5
arch/s390/kernel/vmlinux.lds.S
@@ -59,14 +59,6 @@ SECTIONS
59
} :text = 0x0700
60
61
RO_DATA(PAGE_SIZE)
62
- .data.rel.ro : {
63
- *(.data.rel.ro .data.rel.ro.*)
64
- }
65
- .got : {
66
- __got_start = .;
67
- *(.got)
68
- __got_end = .;
69
70
71
. = ALIGN(PAGE_SIZE);
72
_sdata = .; /* Start of data section */
@@ -80,6 +72,15 @@ SECTIONS
80
81
73
__end_ro_after_init = .;
82
74
75
+ .data.rel.ro : {
76
+ *(.data.rel.ro .data.rel.ro.*)
77
+ }
78
+ .got : {
79
+ __got_start = .;
+ *(.got)
+ __got_end = .;
83
+
84
RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE)
85
.data.rel : {
86
*(.data.rel*)
0 commit comments