search for: 9b9d9db

Displaying 2 results from an estimated 2 matches for "9b9d9db".

2015 Oct 16
1
[PATCH 2/2] bios: Don't try to guess the sections alignment
...ry to guess the sections alignment 0002-bios-Don-t-try-to-guess-the-sections-alignment.patch https://github.com/Celelibi/syslinux/commit/ab01326.patch - ldlinux: Fix return pointer to local data 0003-ldlinux-Fix-return-pointer-to-local-data.patch https://github.com/Celelibi/syslinux/commit/9b9d9db.patch Patched on top of http://repo.or.cz/syslinux.git - 9e0926b Built with gcc (GCC) 5.2.1 20150902 (Red Hat 5.2.1-2) ISOLINUX & EXTLINUX tested on baremetal & QEMU/SeaBIOS - both PASSED/BOOTABLE Packages: syslinux-6.04-4.gcc5.2.1.git20151016.fc24.x86_64.rpm syslinux-extlinux-6.04-4.gc...
2015 Sep 29
10
[PATCH 0/2] Fixes for gcc 5
From: Sylvain Gault <sylvain.gault at gmail.com> TL;DR: The section aligment in linker scripts messed-up the memory mapping needed for the compression / decompression to work. The bug with gcc 5 is not trivial, I'll do my best to explain it here. Basically, there are two memory mappings of the code. One in "virtual memory", and one in "load memory". The one in