summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-31 15:46:39 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-01 16:53:27 +0100
commitf92b88bc6c65ba71dad92fe7da7b7085607b439a (patch)
tree0bd2d79eb28d3f1eef7f8623d22df4f3e6820d5c
parent43ef14a6adda096c85e0fb76c5c9e70e38e9824e (diff)
downloadsyslinux-baserock/syslinux-4.06-gcc5-glibc2.20.tar.gz
Without it, Syslinux will produce broken bootloaders. Upstream patch: http://repo.or.cz/syslinux.git/commitdiff/e5f2b577ded109291c9632dacb6eaa621d8a59fe
-rw-r--r--core/syslinux.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/syslinux.ld b/core/syslinux.ld
index 11adbcb8..592fae6a 100644
--- a/core/syslinux.ld
+++ b/core/syslinux.ld
@@ -263,7 +263,7 @@ SECTIONS
__text_end = .;
}
- . = ALIGN(16);
+ . = ALIGN(32);
__rodata_vma = .;
__rodata_lma = __rodata_vma + __text_lma - __text_vma;