Skip to content

Commit c9fcb2b

Browse files
committed
parisc: Ensure 32-bit alignment on parisc unwind section
Make sure the .PARISC.unwind section will be 32-bit aligned. Signed-off-by: Helge Deller <[email protected]> Cc: [email protected] # v6.0+
1 parent b28fc0d commit c9fcb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/vmlinux.lds.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ SECTIONS
130130
RO_DATA(8)
131131

132132
/* unwind info */
133+
. = ALIGN(4);
133134
.PARISC.unwind : {
134135
__start___unwind = .;
135136
*(.PARISC.unwind)

0 commit comments

Comments
 (0)