diff options
author | Roland McGrath <roland@redhat.com> | 2009-08-23 17:43:21 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-08-24 11:40:15 -0700 |
commit | 036e46b655557f9a17784e502f694a80abfd68dc (patch) | |
tree | 13d443cd242f9e7a26465894b8d0d24442cfd0e1 /ChangeLog | |
parent | 7b943af6cf2bfd4b94be271877a10128c32d03da (diff) | |
download | glibc-036e46b655557f9a17784e502f694a80abfd68dc.tar.gz glibc-036e46b655557f9a17784e502f694a80abfd68dc.tar.xz glibc-036e46b655557f9a17784e502f694a80abfd68dc.zip |
Add sysdeps/unix/syscall-template.S; build syscall stubs with deps and -g pointing to it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b367ab0782..15171569ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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/math.h: Define math_errhandling of __FAST_MATH__ is not defined. |