1998-06-01  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
	of ((unused)).  Reported by Bruno Haible.
This commit is contained in:
Ulrich Drepper 1998-06-01 13:47:09 +00:00
parent bd78530f15
commit fa1f94fe1d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-06-01 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
of ((unused)). Reported by Bruno Haible.
1998-05-31 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when

View File

@ -345,7 +345,7 @@ __inline_mathcode_ (long double, __expl, __x, __exp_code)
__inline_mathcode (tan, __x, \
register long double __value; \
register long double __value2 __attribute__ ((unused)); \
register long double __value2 __attribute__ ((__unused__)); \
__asm __volatile__ \
("fptan" \
: "=t" (__value2), "=u" (__value) : "0" (__x)); \