diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-01 11:39:24 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-01 11:39:24 -0700 |
commit | b7629ee33f164b07afd36cccf5f18f693d600251 (patch) | |
tree | 5dc25b58ce0da8f3e1c04ad1328396401a026832 /ChangeLog | |
parent | b8706f70723b63d54cdeac0362b5db69db0459e2 (diff) | |
download | glibc-b7629ee33f164b07afd36cccf5f18f693d600251.tar.gz glibc-b7629ee33f164b07afd36cccf5f18f693d600251.tar.xz glibc-b7629ee33f164b07afd36cccf5f18f693d600251.zip |
Better error message for invalid relocatio in static binary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6355577d8e..10829a3d21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-01 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just + _exit. + * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise. + 2009-05-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code |