diff options
author | Andreas Jaeger <aj@suse.de> | 2012-05-17 20:17:53 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-05-17 20:17:53 +0200 |
commit | de7f5ce7c595f4741029f7e63429826f8e82b340 (patch) | |
tree | 938153911d3a516e2744b99c831d9501fe1c6ba5 /ChangeLog | |
parent | 286abc3dea5e43835a1a77a3a8128c8ac14ca12d (diff) | |
download | glibc-de7f5ce7c595f4741029f7e63429826f8e82b340.zip glibc-de7f5ce7c595f4741029f7e63429826f8e82b340.tar.gz glibc-de7f5ce7c595f4741029f7e63429826f8e82b340.tar.bz2 |
Fix warnings on Linux/i686
Fixes:
../sysdeps/i386/dl-machine.h:336:30: warning: unused variable ‘refsym’ [-Wunused-variable]
rtld.c:1435:3: warning: implicit declaration of function ‘_dl_discover_osversion’ [-Wimplicit-function-declaration]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-05-17 Andreas Jaeger <aj@suse.de> + + * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only + when it is used. + 2012-05-17 Chris Metcalf <cmetcalf@tilera.com> * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60. |