From: Arnaud Patard <arnaud.patard@rtp-net.org>
Subject: Workaround for binutils bug which shows on mips/mipsel
X-Debian-version: 1.4.14-2

--- a/tests/signature.h
+++ b/tests/signature.h
@@ -43,6 +43,6 @@
 # define SIGNATURE_CHECK1(fn, ret, args, id) \
   SIGNATURE_CHECK2 (fn, ret, args, id) /* macroexpand line */
 # define SIGNATURE_CHECK2(fn, ret, args, id) \
-  static ret (* _GL_UNUSED signature_check ## id) args = fn
+  ret (* _GL_UNUSED signature_check ## id) args = fn
 
 #endif /* SIGNATURE_CHECK */
