summary refs log tree commit diff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-02-16 12:06:54 -0800
committerRichard Henderson <rth@twiddle.net>2012-02-20 08:17:19 -0800
commitb98de9639c5d161f9408cd88e654e0725fc54c1d (patch)
tree4f76f0b09167376c279564ea7eeca6d7a6135cc6 /sysdeps/alpha
parent22f7e902913d4a9af5cd927ee67e6413c1708f23 (diff)
downloadglibc-b98de9639c5d161f9408cd88e654e0725fc54c1d.tar.gz
glibc-b98de9639c5d161f9408cd88e654e0725fc54c1d.tar.xz
glibc-b98de9639c5d161f9408cd88e654e0725fc54c1d.zip
alpha: Eliminate plt entries for __ieee_[sg]et_fp_control
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r--sysdeps/alpha/fpu/fenv_libc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/alpha/fpu/fenv_libc.h b/sysdeps/alpha/fpu/fenv_libc.h
index f1d187d9e2..edcc654960 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 <bits/fenv.h>.  */
+libc_hidden_proto(__ieee_set_fp_control)
+libc_hidden_proto(__ieee_get_fp_control)
+
 #endif /* fenv_libc.h */