diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 16:45:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 16:45:21 +0000 |
commit | b511d8fc6b63fc7555c88bd4ab7001dd3d51c3d1 (patch) | |
tree | a3ef704aaab9188ca62412ea4754120ed852d6b7 /ChangeLog | |
parent | 8aa8fc7fd04778b9162648929a9805aba678502a (diff) | |
download | glibc-b511d8fc6b63fc7555c88bd4ab7001dd3d51c3d1.tar.gz glibc-b511d8fc6b63fc7555c88bd4ab7001dd3d51c3d1.tar.xz glibc-b511d8fc6b63fc7555c88bd4ab7001dd3d51c3d1.zip |
Update.
2000-06-09 Jes Sorensen <jes@linuxcare.com> * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain the address of a symbol so function pointers are handled properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d87e9221a3..1ef00a8e21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-09 Jes Sorensen <jes@linuxcare.com> + + * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain + the address of a symbol so function pointers are handled properly. + 2000-06-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/Dist: Add bp-asm.h. |