diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 826cd0dfa998..c4ed0e7df24d 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 c27e7e216a10..291b0a8f79c6 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