X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.Git;h=0eaa66fb6a02f1268fd1b6611c1782673347e232;hb=4b7d778c73a7679a45fe6295940ed46a4aa6606f;hp=f101c058a8f60d252c25b73c86732a5f4c65a17d;hpb=009ff9e142c1d9bed1c9ab9165d4481e2a7533db;p=pspp diff --git a/README.Git b/README.Git index f101c058a8..0eaa66fb6a 100644 --- a/README.Git +++ b/README.Git @@ -37,15 +37,13 @@ Gnulib does not maintain a stable API or ABI, so it is possible that PSPP will not work with older or newer versions of Gnulib. - commit 1e972a8a37c153ddc15e604592f84f939eb3c2ad - Author: Bruno Haible - Date: Sat Jun 6 10:14:24 2020 +0200 + commit d6dabe8eece3a9c1269dc1c084531ce447c7a42e (HEAD -> master, origin/master, origin/HEAD) + Author: Bruno Haible + Date: Sun Aug 9 12:36:37 2020 +0200 - calloc-gnu tests: Avoid a test failure with clang. - - * tests/test-calloc-gnu.c (main): Mark the pointer variable as - 'volatile', to defeat compiler optimizations. + Use __builtin_signbit* with clang. + * lib/math.in.h (signbit): Use __builtin_signbit{,f,l} also on clang. To clone Gnulib into a directory named "gnulib" using Git, and then check out this particular commit, run these commands: