mirror of git://sourceware.org/git/glibc.git
alpha: Eliminate plt entries for __ieee_[sg]et_fp_control
This commit is contained in:
parent
22f7e90291
commit
b98de9639c
|
@ -1,3 +1,8 @@
|
||||||
|
2012-02-16 Richard Henderson <rth@twiddle.net>
|
||||||
|
|
||||||
|
* sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
|
||||||
|
__ieee_get_fp_control): Mark as hidden proto.
|
||||||
|
|
||||||
2012-02-15 Mike Hommey <mh+reportbug@glandium.org>
|
2012-02-15 Mike Hommey <mh+reportbug@glandium.org>
|
||||||
|
|
||||||
[BZ #11677]
|
[BZ #11677]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Internal libc stuff for floating point environment routines.
|
/* Internal libc stuff for floating point environment routines.
|
||||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2012 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -33,4 +33,8 @@
|
||||||
| SWCR_MAP_MASK \
|
| SWCR_MAP_MASK \
|
||||||
| SWCR_STATUS_MASK)
|
| SWCR_STATUS_MASK)
|
||||||
|
|
||||||
|
/* These are declared for public consumption in <bits/fenv.h>. */
|
||||||
|
libc_hidden_proto(__ieee_set_fp_control)
|
||||||
|
libc_hidden_proto(__ieee_get_fp_control)
|
||||||
|
|
||||||
#endif /* fenv_libc.h */
|
#endif /* fenv_libc.h */
|
||||||
|
|
Loading…
Reference in New Issue