Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ SECTIONS
RO_DATA(8)
/* unwind info */
. = ALIGN(4);
.PARISC.unwind : {
__start___unwind = .;
*(.PARISC.unwind)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment