hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/kernel/vmlinux-sun3.lds
....@@ -24,13 +24,13 @@
2424 *(.fixup)
2525 *(.gnu.warning)
2626 } :text = 0x4e75
27
- RODATA
27
+ RO_DATA(4096)
2828
2929 _etext = .; /* End of text section */
3030
3131 EXCEPTION_TABLE(16) :data
3232 _sdata = .; /* Start of rw data section */
33
- RW_DATA_SECTION(16, PAGE_SIZE, THREAD_SIZE) :data
33
+ RW_DATA(16, PAGE_SIZE, THREAD_SIZE) :data
3434 /* End of data goes *here* so that freeing init code works properly. */
3535 _edata = .;
3636 NOTES