diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-22 02:19:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-22 02:19:00 +0000 |
commit | a2d231e51f2df897854ef1cf5a4f95ed7c4dc0cf (patch) | |
tree | 280d84d8ac1df7c1b7d0a6d394e50b1b394800f2 | |
parent | fcf5e9986d1f484d4086bc0907724bd72853a507 (diff) | |
download | glibc-a2d231e51f2df897854ef1cf5a4f95ed7c4dc0cf.tar.gz |
Update.
* elf/sprof.c (load_shobj): Add support for reading symbol table
from debuginfo file.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-09-21 Ulrich Drepper <drepper@redhat.com> + * elf/sprof.c (load_shobj): Add support for reading symbol table + from debuginfo file. + * elf/ldd.bash.in: Fix syntax errors. 2004-09-20 Ulrich Drepper <drepper@redhat.com> |