haiku/headers
Michael Lotz e9922e775f haiku_loader: Fix wrong size of gBootGDT on x86_64.
The BOOT_GDT_SEGMENT_COUNT was based on USER_DATA_SEGMENT on both
x86 and x86_64. However, on x86_64 the order of the segments is
different, leading to a too small gBootGDT array. Move the define to
the arch specific headers so they can be setup correctly in either case.
Also add a STATIC_ASSERT() to check that the descriptors fit into the
array.

Pointed out by CID 1210898.
2014-10-22 21:06:07 +02:00
..
build Forgot to fix LDBL_MIN... 2014-10-15 13:08:10 +02:00
compatibility histedit.h: Add missing #include <sys/cdefs.h> 2014-03-15 04:34:46 +01:00
config ARM: Be aware of ARMEL and ARMEL 2014-01-01 23:41:02 -07:00
cpp Add another mssing string::compare prototype. 2014-01-17 10:00:32 +01:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Fix infinite recursion in agg when drawing bezier with invalid points 2014-10-20 15:54:58 +02:00
os BUrl: IDNA ToUnicode and ToASCII conversions. 2014-10-21 14:43:13 +02:00
posix Revert "Add sys/ucontext.h" 2014-08-09 20:18:05 +02:00
private haiku_loader: Fix wrong size of gBootGDT on x86_64. 2014-10-22 21:06:07 +02:00
tools Remove preprocessor checks from TestShell.h 2014-07-29 23:05:52 +02:00