Message ID | 20210110115546.30970-6-alobakin@pm.me |
---|---|
State | Accepted |
Commit | 795b3a363b76792058ef2b998bc15806f3451448 |
Headers | show |
Series | MIPS: vmlinux.lds.S sections fixes & cleanup | expand |
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 70bba1ff08da..c1c345be04ff 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S @@ -68,6 +68,8 @@ SECTIONS SOFTIRQENTRY_TEXT *(.fixup) *(.gnu.warning) + . = ALIGN(16); + *(.got) /* Global offset table */ } :text = 0 _etext = .; /* End of text section */