File 0011-Fix-section-alignment-bsc-948445.patch of Package syslinux
From b8cae1bc6dbfd48c837f72ee7be84985f7363004 Mon Sep 17 00:00:00 2001
From: Steffen Winterfeldt <snwint@suse.de>
Date: Wed, 16 Mar 2016 13:56:48 +0100
Subject: [PATCH 11/22] Fix section alignment (bsc#948445)
---
core/bios/syslinux.ld | 2 ++
1 file changed, 2 insertions(+)
diff --git a/core/bios/syslinux.ld b/core/bios/syslinux.ld
index e8d32dd9..bd130da7 100644
--- a/core/bios/syslinux.ld
+++ b/core/bios/syslinux.ld
@@ -259,6 +259,8 @@ SECTIONS
__text_end = .;
}
+ . = ALIGN(32);
+
.rodata : AT(ADDR(.rodata) + __vma_to_lma) {
__rodata_start = .;
*(.rodata)
--
2.42.0