diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-05-22 23:22:36 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-05-22 23:22:36 -0400 |
commit | 13e23af76e64efc055103344bd56d553ceee8512 (patch) | |
tree | 46ea93986dadb55cdef965785508d2783342cf7d /ChangeLog | |
parent | 351fe550871f522a19b60f66aa75b96426d67f2f (diff) | |
download | glibc-13e23af76e64efc055103344bd56d553ceee8512.tar.gz glibc-13e23af76e64efc055103344bd56d553ceee8512.tar.xz glibc-13e23af76e64efc055103344bd56d553ceee8512.zip |
Update comments in ldconfig.c and dl-hwcaps.c.
In dl-hwcaps.c the comment read that rounding was done to ElfW(Addr), but it's actually rounded to ElfW(Word). In ldconfig.c we make each comment a sentence and mention that the "tls" pseudo-hwcap is just for legacy installations where TLS was optional. --- 2013-05-22 Carlos O'Donell <carlos@redhat.com> * elf/ldconfig.c (is_hwcap_platform): Make comments full setences. (main): Mention "tls" pseudo-hwcap is legacy. * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 04dc3afe24..665b0a092d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-05-22 Carlos O'Donell <carlos@redhat.com> + + * elf/ldconfig.c (is_hwcap_platform): Make comments full setences. + (main): Mention "tls" pseudo-hwcap is legacy. + * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment. + 2013-05-22 Joseph Myers <joseph@codesourcery.com> * math/gen-libm-test.pl (parse_args): Output only string of |