]> sourceware.org Git - glibc.git/commit
[powerpc] Rename fegetenv_status to fegetenv_control
authorPaul A. Clarke <pc@us.ibm.com>
Thu, 19 Sep 2019 16:58:46 +0000 (11:58 -0500)
committerPaul A. Clarke <pc@us.ibm.com>
Fri, 27 Sep 2019 13:53:50 +0000 (08:53 -0500)
commit81ecb0ee4970865cbe5d1da733c4879b999c528f
tree7e74bf5638280f636a9231f0dcc9e0b427961c77
parente68b1151f7460d5fa88c3a567c13f66052da79a7
[powerpc] Rename fegetenv_status to fegetenv_control

fegetenv_status is used variously to retrieve the FPSCR exception enable
bits, rounding mode bits, or both.  These are referred to as the control
bits in the POWER ISA.  FPSCR status bits are also returned by the
'mffs' and 'mffsl' instructions, but they are uniformly ignored by all
uses of fegetenv_status.  Change the name to be reflective of its
current and expected use.

Reviewed-By: Paul E Murphy <murphyp@linux.ibm.com>
ChangeLog
sysdeps/powerpc/fpu/fedisblxcpt.c
sysdeps/powerpc/fpu/feenablxcpt.c
sysdeps/powerpc/fpu/fegetexcept.c
sysdeps/powerpc/fpu/fegetmode.c
sysdeps/powerpc/fpu/fenv_libc.h
sysdeps/powerpc/fpu/fesetenv.c
sysdeps/powerpc/fpu/fesetmode.c
This page took 0.044794 seconds and 5 git commands to generate.