diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-16 07:18:53 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-16 07:18:53 -0700 |
commit | 55c4ce6885b577e2b29a4de674d4062a6882afe8 (patch) | |
tree | 054f639bf7509213926c2e8d1ac139c89da6ce6d /ChangeLog | |
parent | c8027cced1d3e7803c440cb13d4294754d8791e2 (diff) | |
download | glibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.tar glibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.tar.gz glibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.tar.bz2 glibc-55c4ce6885b577e2b29a4de674d4062a6882afe8.zip |
Remove warning and little optimization.
The prototype for _dl_higher_prime_number was missing. While at it,
the function is now marked with internal_function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-07-16 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/ldsodefs.h: Add prototype for + _dl_higher_prime_number. + * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function. + * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize restoring of ymm registers a bit. |