diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-02 04:00:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-02 04:00:15 +0000 |
commit | a95ced3e710c224dac217d748743a3314877dd80 (patch) | |
tree | 7a076ab11d5f955f3805e06c1d275360e1aaf75e | |
parent | 14c65d07e71d79d29c638e0584d527299535d193 (diff) | |
download | glibc-a95ced3e710c224dac217d748743a3314877dd80.tar.gz glibc-a95ced3e710c224dac217d748743a3314877dd80.tar.xz glibc-a95ced3e710c224dac217d748743a3314877dd80.zip |
* scripts/abilist.awk: Allow dots in soname suffix.
* scripts/abilist.awk (emit): Fix bailout condition.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e356e7d925..7983796b50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-01 Roland McGrath <roland@redhat.com> + + * scripts/abilist.awk: Allow dots in soname suffix. + + * scripts/abilist.awk (emit): Fix bailout condition. + 2003-04-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the |