/haiku/src/tools/gensyscalls/arch/mipsel/ |
H A D | arch_gensyscalls.h | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/gensyscalls/arch/m68k/ |
H A D | arch_gensyscalls.h | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/gensyscalls/arch/x86/ |
H A D | arch_gensyscalls.h | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/gensyscalls/arch/ppc/ |
H A D | arch_gensyscalls.h | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/gensyscalls/arch/arm/ |
H A D | arch_gensyscalls.h | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/gensyscalls/ |
H A D | gensyscalls.h | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | gensyscallinfos.cpp | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | gensyscalls.cpp | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | 59d6284b7b7c1d099ff0fb785f9aaf27c13ef54b Fri Nov 27 21:00:37 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Changed the way the syscall infos are generated. We no longer include the preprocessed <syscalls.h> header in sources compiled for the build platform. Instead we're generating macros for the return type and parameter type sizes via the CreateAsmStructOffsetsHeader rule (no template magic anymore) and thus get a clear separation of host and target code, resulting in better portability (although surprisingly enough the build already worked on 64 bit hosts).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|