mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
parisc: Ensure 32-bit alignment on parisc unwind section
commit c9fcb2b65c upstream.
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+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
405870b8a8
commit
3f01d7bb6e
|
|
@ -130,6 +130,7 @@ SECTIONS
|
|||
RO_DATA(8)
|
||||
|
||||
/* unwind info */
|
||||
. = ALIGN(4);
|
||||
.PARISC.unwind : {
|
||||
__start___unwind = .;
|
||||
*(.PARISC.unwind)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user