diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-24 12:07:27 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-24 12:07:27 -0700 |
commit | 4a8f61a797e4c02c5ea7ab810af0816914ca5233 (patch) | |
tree | 0406bd408038dc2bac48869ca5e5ba9c1686fd1b /ChangeLog | |
parent | f0c281e072fd324261a51558284c04e230c0178d (diff) | |
parent | 036e46b655557f9a17784e502f694a80abfd68dc (diff) | |
download | glibc-4a8f61a797e4c02c5ea7ab810af0816914ca5233.tar glibc-4a8f61a797e4c02c5ea7ab810af0816914ca5233.tar.gz glibc-4a8f61a797e4c02c5ea7ab810af0816914ca5233.tar.bz2 glibc-4a8f61a797e4c02c5ea7ab810af0816914ca5233.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/glibc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-08-24 Roland McGrath <roland@redhat.com> + + * 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 <drepper@redhat.com> * math/s_fdim.c: In case of overflows set errno. |