From fa1f94fe1d93d398877468451a9881dde7c7e74a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 1 Jun 1998 13:47:09 +0000 Subject: Update. 1998-06-01 Ulrich Drepper * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead of ((unused)). Reported by Bruno Haible. --- ChangeLog | 5 +++++ sysdeps/i386/fpu/bits/mathinline.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 92354a5e6b..0ad3b1539d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-06-01 Ulrich Drepper + + * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead + of ((unused)). Reported by Bruno Haible. + 1998-05-31 Philip Blundell * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when diff --git a/sysdeps/i386/fpu/bits/mathinline.h b/sysdeps/i386/fpu/bits/mathinline.h index 6aea2cb4da..aa532cea05 100644 --- a/sysdeps/i386/fpu/bits/mathinline.h +++ b/sysdeps/i386/fpu/bits/mathinline.h @@ -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)); \ -- cgit 1.4.1