duh, don't need __attribute__ in the alpha header, it's in the toplevel one
* sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
This commit is contained in:
parent
5638ea42cb
commit
eded85e01e
@ -2,9 +2,7 @@ Thu Mar 9 17:16:53 1995 Brendan Kehoe (brendan@zen.org)
|
|||||||
|
|
||||||
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
|
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
|
||||||
keyword.
|
keyword.
|
||||||
|
* sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
|
||||||
* sysdeps/alpha/__math.h (__copysign): Use attribute instead of old
|
|
||||||
__CONSTVALUE by adding forward decl first with the const attribute.
|
|
||||||
|
|
||||||
* configure.in: Match `osf*', not `osf1*'.
|
* configure.in: Match `osf*', not `osf1*'.
|
||||||
* configure: Likewise.
|
* configure: Likewise.
|
||||||
|
@ -18,8 +18,6 @@ Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#if defined (__GNUC__) && !defined (__NO_MATH_INLINES)
|
#if defined (__GNUC__) && !defined (__NO_MATH_INLINES)
|
||||||
|
|
||||||
extern __inline double __copysign (double __x, double __y) __attribute__ ((__const__));
|
|
||||||
|
|
||||||
extern __inline double
|
extern __inline double
|
||||||
__copysign (double __x, double __y)
|
__copysign (double __x, double __y)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user