diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-24 01:54:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-24 01:54:06 +0000 |
commit | 56c71d451fbec9e02ffdadefd7a2272d04e19ada (patch) | |
tree | f07274adf022fa662523a6026c88b618cbf2f87c /ChangeLog | |
parent | f069a1430a88319d296dacc04354be7e32ab579f (diff) | |
download | glibc-56c71d451fbec9e02ffdadefd7a2272d04e19ada.tar.gz glibc-56c71d451fbec9e02ffdadefd7a2272d04e19ada.tar.xz glibc-56c71d451fbec9e02ffdadefd7a2272d04e19ada.zip |
* scripts/abilist.awk: Avoid strtonum function, not there in mawk.
Just produce hex output for datum sizes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9b541214ba..fe7565f652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-11-23 Roland McGrath <roland@redhat.com> + * scripts/abilist.awk: Avoid strtonum function, not there in mawk. + Just produce hex output for datum sizes. + * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp. Reported by Luca Barbieri <ldb@ldb.ods.org>. |