diff options
author | Andreas Jaeger <aj@suse.de> | 2011-09-08 23:41:41 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:41:41 -0400 |
commit | f99247809108c563f31005f8eb0bcb527e6cd0fe (patch) | |
tree | 9c0996f306e09a8750bf41458b3f186c41695d68 /ChangeLog | |
parent | 7f5517aa5269af6cac791ca74111f817320b73f2 (diff) | |
download | glibc-f99247809108c563f31005f8eb0bcb527e6cd0fe.tar glibc-f99247809108c563f31005f8eb0bcb527e6cd0fe.tar.gz glibc-f99247809108c563f31005f8eb0bcb527e6cd0fe.tar.bz2 glibc-f99247809108c563f31005f8eb0bcb527e6cd0fe.zip |
Fix warning in elf/sprof.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2011-08-17 Andreas Jaeger <aj@suse.de> + + * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction. + 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com> Ian Lance Taylor <iant@google.com> |