Displaying 2 results from an estimated 2 matches for "2686a69".
2015 Oct 16
1
[PATCH 2/2] bios: Don't try to guess the sections alignment
https://github.com/Celelibi/syslinux/tree/fix/bios/gcc5
- bios: Fix alignment change with gcc 5
0001-bios-Fix-alignment-change-with-gcc-5.patch
https://github.com/Celelibi/syslinux/commit/2686a69.patch
- bios: Don't try 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.co...
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