aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.mips
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-20 00:00:35 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-20 00:00:35 +0000
commitc9c253d3729d24bff73ba4094bff386ec54a8cf1 (patch)
tree11dc58091c9a510579f98d14ce6356b03a131fcb /ports/ChangeLog.mips
parent986cab95e068f79e752fc11e981de8e472c23961 (diff)
downloadglibc-c9c253d3729d24bff73ba4094bff386ec54a8cf1.zip
glibc-c9c253d3729d24bff73ba4094bff386ec54a8cf1.tar.gz
glibc-c9c253d3729d24bff73ba4094bff386ec54a8cf1.tar.bz2
Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r--ports/ChangeLog.mips3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 92b3e2f..7472aa3 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,5 +1,8 @@
2012-11-19 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
+ variable with __attribute__ ((unused)).
+
* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
(INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
(INTERNAL_SYSCALL_ERROR_P): Cast val to void.