forked from pool/syslinux
df642dfde0
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=82
12 lines
200 B
Diff
12 lines
200 B
Diff
--- core/syslinux.ld
|
|
+++ core/syslinux.ld
|
|
@@ -263,7 +263,7 @@
|
|
__text_end = .;
|
|
}
|
|
|
|
- . = ALIGN(16);
|
|
+ . = ALIGN(32);
|
|
|
|
__rodata_vma = .;
|
|
__rodata_lma = __rodata_vma + __text_lma - __text_vma;
|