sh4.patch 468 B

1234567891011
  1. diff -Nur linux-5.4.69.orig/arch/sh/boot/compressed/vmlinux.scr linux-5.4.69/arch/sh/boot/compressed/vmlinux.scr
  2. --- linux-5.4.69.orig/arch/sh/boot/compressed/vmlinux.scr 2020-10-01 13:19:27.000000000 +0200
  3. +++ linux-5.4.69/arch/sh/boot/compressed/vmlinux.scr 2020-10-31 07:13:51.213954737 +0100
  4. @@ -1,6 +1,6 @@
  5. SECTIONS
  6. {
  7. - .rodata..compressed : {
  8. + .rodata..compressed : ALIGN(8) {
  9. input_len = .;
  10. LONG(input_data_end - input_data) input_data = .;
  11. *(.data)