diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 15:58:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 15:58:00 +0000 |
commit | 7f71c55ddfc2e8f0fb64034ae4f92c574fbe22fd (patch) | |
tree | 8b4dd4a837e726a7cfb1f7de841501d24eff58fb /ChangeLog | |
parent | 76de2021b90254d8f7fc71141582d9473f57a6f0 (diff) | |
download | glibc-7f71c55ddfc2e8f0fb64034ae4f92c574fbe22fd.tar glibc-7f71c55ddfc2e8f0fb64034ae4f92c574fbe22fd.tar.gz glibc-7f71c55ddfc2e8f0fb64034ae4f92c574fbe22fd.tar.bz2 glibc-7f71c55ddfc2e8f0fb64034ae4f92c574fbe22fd.zip |
[BZ #516]
* elf/dl-load.c: Report failed loading due to ELF class mismatch
with better words.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-09-26 Ulrich Drepper <drepper@redhat.com> + [BZ #516] + * elf/dl-load.c: Report failed loading due to ELF class mismatch + with better words. + [BZ #162] * manual/llio.texi (Waiting for I/O): Correct description of read conditions reported by select. |