Commit c9fcb2b6 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Ensure 32-bit alignment on parisc unwind section



Make sure the .PARISC.unwind section will be 32-bit aligned.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org   # v6.0+
parent b28fc0d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ SECTIONS
	RO_DATA(8)

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