haiku/src
Jérôme Duval 13daa9299e Fix initial stack alignment on 64-bit systems.
gcc does re-align the stack in the main() function prologue, however,
we still need to set the right alignment for other cases: thread entry,
.init and .fini code that is executed before main() is called or after
it has returned, and signal handlers which may use a separate stack.

Part of #10509
2018-01-24 07:59:55 +00:00
..
add-ons Upgrade to ACPICA 20180105 2018-01-21 20:09:45 +01:00
apps Debugger: Fix crash in teams window. 2018-01-13 15:36:22 -05:00
bin Fix various unsafe usages of strcat/strcpy 2018-01-19 06:32:43 +00:00
build libroot_build: Full passthrough to system attributes. 2017-12-30 16:35:51 -05:00
data Update pci.ids from pciids.sourceforge.net 2017-12-21 05:20:13 +01:00
kits Debugger: Fix various issues in the DWARF subsystem. 2018-01-12 22:23:57 -05:00
libs udis86: Add clac/stac instructions for SMAP. 2018-01-22 20:06:55 +01:00
preferences Notification_Server: Added ability to choose position of notifications 2017-12-24 12:02:38 +01:00
servers notification_server: Fix x86_64 build (missing parentheses). 2017-12-24 12:04:26 -05:00
system Fix initial stack alignment on 64-bit systems. 2018-01-24 07:59:55 +00:00
tests Removal of non-Haiku target platform logic from build system (part 1.) 2017-12-31 16:14:22 -05:00
tools Fix FreeBSD build. 2017-12-27 23:06:56 -05:00
Jamfile Interface Guidelines: migrate to docs/, use DocBookCSS. 2015-02-12 17:08:04 -05:00