diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-03 07:43:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-03 07:43:09 +0000 |
commit | 78c3fb45c1665bc05d2e40a8c28e6df53c8cc08b (patch) | |
tree | c29ec3c65b8eab35729ec5cdd60e270cb65d7e19 | |
parent | 1be3d6642edbba6500c7f417f30d6f7d9fbd09bb (diff) | |
download | glibc-78c3fb45c1665bc05d2e40a8c28e6df53c8cc08b.tar.gz glibc-78c3fb45c1665bc05d2e40a8c28e6df53c8cc08b.tar.xz glibc-78c3fb45c1665bc05d2e40a8c28e6df53c8cc08b.zip |
* scripts/abilist.awk: Reject data items with apparent 0 size.
* scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar after foo.* as if it were a duplicate. * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk. __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 280abaad15..e7f9c7f50f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-03-02 Roland McGrath <roland@redhat.com> + + * scripts/abilist.awk: Reject data items with apparent 0 size. + + * scripts/merge-abilist.awk: Restore hack to elide pattern foo.*/bar + after foo.* as if it were a duplicate. + + * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk. + 2003-03-02 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (struct filebuf): Reduce buf array to 512 bytes. @@ -21,7 +30,7 @@ * sysdeps/unix/sysv/linux/clock_nanosleep.c: New file. * sysdeps/unix/sysv/linux/sysconf.c: New file. * sysdeps/unix/sysv/linux/kernel-features.h: Define - __ASSUME_POSIX_TIMERS for Linux 2.4.63 and up. + __ASSUME_POSIX_TIMERS for Linux 2.5.63 and up. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_MONOTONIC_CLOCK. |