Forum | Documentation | Website | Blog

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