genode/repos/base-fiasco/patches
Christian Prochaska 1207a4cecd fiasco: remove 'const' GCC attribute from some functions
Some functions in the kernel, which create a static object and return its
address, are declared with a GCC 'const' attribute, which can cause GCC
4.9 to optimize the function call out and use the static object's address
without calling the constructor.

Fixes #1509
2015-05-26 09:39:47 +02:00
..
bda.patch Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
bootstrap.patch Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
c++11.patch Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
fiasco_const.patch fiasco: remove 'const' GCC attribute from some functions 2015-05-26 09:39:47 +02:00