diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2008-04-07 12:30:03 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2008-04-07 12:30:03 +0000 |
commit | 1dab7b355e2f51c4fd3aedecb304f15bfee99d6c (patch) | |
tree | 7dfaa9a59a8f722dc98076e9a8be70f51e3eec4f /gcc/ada/Makefile.in | |
parent | 39fcde8ff2ba378999f0466b8d65c233042c51b6 (diff) | |
download | gcc-1dab7b355e2f51c4fd3aedecb304f15bfee99d6c.zip gcc-1dab7b355e2f51c4fd3aedecb304f15bfee99d6c.tar.gz gcc-1dab7b355e2f51c4fd3aedecb304f15bfee99d6c.tar.bz2 |
s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New constant constant for sysconf call.
2008-04-07 Aurelien Jarno <aurelien@aurel32.net>
* s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New
constant constant for sysconf call.
(bit_field): New packed boolean type used by cpu_set_t.
(cpu_set_t): New type corresponding to the C type with
the same name. Note that on the Ada side we use a bit
field array for the affinity mask. There is not need
for the C macro for setting individual bit.
(pthread_setaffinity_np): New imported routine.
* Makefile.in: Use s-tasinf-linux.ads and s-tasinf-linux.adb
on GNU/kFreeBSD.
From-SVN: r133978
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r-- | gcc/ada/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index c27e7e2..291b0a8 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -892,6 +892,8 @@ ifeq ($(strip $(filter-out %86 kfreebsd%,$(arch) $(osys))),) s-osinte.ads<s-osinte-kfreebsd-gnu.ads \ s-osprim.adb<s-osprim-posix.adb \ s-taprop.adb<s-taprop-linux.adb \ + s-tasinf.ads<s-tasinf-linux.ads \ + s-tasinf.adb<s-tasinf-linux.adb \ s-taspri.ads<s-taspri-posix.ads \ s-tpopsp.adb<s-tpopsp-posix-foreign.adb \ system.ads<system-freebsd-x86.ads |