From b98de9639c5d161f9408cd88e654e0725fc54c1d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 16 Feb 2012 12:06:54 -0800 Subject: [PATCH] alpha: Eliminate plt entries for __ieee_[sg]et_fp_control --- ChangeLog.alpha | 5 +++++ sysdeps/alpha/fpu/fenv_libc.h | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 5b98b1ec..b48d4210 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,3 +1,8 @@ +2012-02-16 Richard Henderson + + * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control, + __ieee_get_fp_control): Mark as hidden proto. + 2012-02-15 Mike Hommey [BZ #11677] diff --git a/sysdeps/alpha/fpu/fenv_libc.h b/sysdeps/alpha/fpu/fenv_libc.h index f1d187d9..edcc6549 100644 --- a/sysdeps/alpha/fpu/fenv_libc.h +++ b/sysdeps/alpha/fpu/fenv_libc.h @@ -1,5 +1,5 @@ /* 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. The GNU C Library is free software; you can redistribute it and/or @@ -33,4 +33,8 @@ | SWCR_MAP_MASK \ | SWCR_STATUS_MASK) +/* These are declared for public consumption in . */ +libc_hidden_proto(__ieee_set_fp_control) +libc_hidden_proto(__ieee_get_fp_control) + #endif /* fenv_libc.h */ -- 2.11.4.GIT