search for: git20151016

Displaying 2 results from an estimated 2 matches for "git20151016".

2015 Oct 16
1
[PATCH 2/2] bios: Don't try to guess the sections alignment
...h 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.gcc5.2.1.git20151016.fc24.x86_64.rpm syslinux-extlinux-nonlinux-6.04-4.gcc5.2.1.git20151016.fc24.noarch.rpm syslinux-nonlinux-6.04-4.gcc5.2.1.git20151016.fc24.noarch.rpm Tested-by: poma <pomidorabelisima at gmail.com>
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