parisc: Ensure 32-bit alignment on parisc unwind section
authorHelge Deller <deller@gmx.de>
Sat, 25 Nov 2023 08:16:02 +0000 (09:16 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 25 Nov 2023 08:43:17 +0000 (09:43 +0100)
Make sure the .PARISC.unwind section will be 32-bit aligned.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v6.0+
arch/parisc/kernel/vmlinux.lds.S

index 58694d1989c23351772602e369028402bced2030..548051b0b4aff692741847a04b09208d1e68d279 100644 (file)
@@ -130,6 +130,7 @@ SECTIONS
        RO_DATA(8)
 
        /* unwind info */
+       . = ALIGN(4);
        .PARISC.unwind : {
                __start___unwind = .;
                *(.PARISC.unwind)