Skip to content

Commit

Permalink
parisc: Ensure 32-bit alignment on parisc unwind section
Browse files Browse the repository at this point in the history
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+
  • Loading branch information
Helge Deller committed Nov 25, 2023
1 parent b28fc0d commit c9fcb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ SECTIONS
RO_DATA(8)

/* unwind info */
. = ALIGN(4);
.PARISC.unwind : {
__start___unwind = .;
*(.PARISC.unwind)
Expand Down

0 comments on commit c9fcb2b

Please sign in to comment.