From: Ulrich Drepper Date: Mon, 24 Aug 2009 19:07:27 +0000 (-0700) Subject: Merge branch 'master' of ssh://sources.redhat.com/git/glibc X-Git-Tag: fedora/glibc-2.10.90-16~1^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a8f61a797e4c02c5ea7ab810af0816914ca5233;p=thirdparty%2Fglibc.git Merge branch 'master' of ssh://sources.redhat.com/git/glibc --- 4a8f61a797e4c02c5ea7ab810af0816914ca5233 diff --cc ChangeLog index 76a0d1dd06f,15171569ea0..bc1c0f17a96 --- a/ChangeLog +++ b/ChangeLog @@@ -1,9 -1,14 +1,18 @@@ + 2009-08-24 Roland McGrath + + * sysdeps/unix/syscall-template.S: New file. + * sysdeps/unix/make-syscalls.sh: Generate rules to use it. + * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps. + (compile-syscall): Pass mkdep and -g options as normal. + (s-proto.d, s-proto-cancel.d): Don't "-include" these. + (common-generated): Don't add them here. + 2009-08-24 Ulrich Drepper + * math/s_fdim.c: In case of overflows set errno. + * math/s_fdimf.c: Likewise. + * math/s_fdiml.c: Likewise. + * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined. * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we are using the inline optimizations.