diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-07 14:11:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-07 14:11:51 +0000 |
commit | 2035d91c389888fcf359698fecc20c05f7b583dd (patch) | |
tree | 275fd154a410e246408952e176c24a6a64713c47 /ChangeLog | |
parent | 053f7b2b47eeab73512697323068034c539914b5 (diff) | |
download | glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar.gz glibc-2035d91c389888fcf359698fecc20c05f7b583dd.tar.xz glibc-2035d91c389888fcf359698fecc20c05f7b583dd.zip |
* sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in
the last change. DW_CFA_GNU_window_save if it obviously cannot work [Coverity CID 102].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cf94f00003..d666ae3fb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-07 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in + the last change. + 2006-04-07 Ulrich Drepper <drepper@redhat.com> * inet/rexec.c (rexec_af): If we have no canonical name don't @@ -15,7 +20,7 @@ * intl/explodename.c (_nl_explode_name): Likewise. * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Don't handle - DW_CFA_GNU_windiw_save if it obviously cannot work [Coverity CID 102]. + DW_CFA_GNU_window_save if it obviously cannot work [Coverity CID 102]. * locale/programs/ld-address.c (address_finish): Fix conditions for error messages [Coverity CID 104]. |