diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-02 08:21:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-02 08:21:14 +0000 |
commit | 0a8fe089644dba39e9f02fb291e4ba97e5c0ba7e (patch) | |
tree | 01506d714477c837425d0d919796fd3c5515ad8b | |
parent | e0f8662c22a9e0b2d4a70c8f772dc0a63d31e9b6 (diff) | |
download | glibc-0a8fe089644dba39e9f02fb291e4ba97e5c0ba7e.tar.gz glibc-0a8fe089644dba39e9f02fb291e4ba97e5c0ba7e.tar.xz glibc-0a8fe089644dba39e9f02fb291e4ba97e5c0ba7e.zip |
Update.
2003-05-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-fptr.c: Put back one optimization from the original patch. Use non-exported symbols. Mark translatable strings. Pretty printing.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1bcd96e308..dea287a581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-02 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/dl-fptr.c: Put back one optimization from the + original patch. Use non-exported symbols. Mark translatable + strings. Pretty printing. + 2003-05-02 Roland McGrath <roland@redhat.com> * Makerules (do-stamp): Do $(make-target-directory). |