From: Aurelien Jarno Date: Mon, 7 Apr 2008 12:30:03 +0000 (+0000) Subject: s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New constant constant for sysconf... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1dab7b355e2f51c4fd3aedecb304f15bfee99d6c;p=gcc.git s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New constant constant for sysconf call. 2008-04-07 Aurelien Jarno * 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 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 826cd0dfa99..c4ed0e7df24 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,16 @@ +2008-04-07 Aurelien Jarno + + * 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. + 2008-04-07 Eric Botcazou * utils2.c (build_binary_op): Fold ARRAY_REF and ARRAY_RANGE_REF too. diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index c27e7e216a1..291b0a8f79c 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