]> git.ipfire.org Git - thirdparty/glibc.git/commit
[powerpc] Rename fesetenv_mode to fesetenv_control
authorPaul A. Clarke <pc@us.ibm.com>
Thu, 19 Sep 2019 19:04:45 +0000 (14:04 -0500)
committerPaul A. Clarke <pc@us.ibm.com>
Fri, 27 Sep 2019 16:03:25 +0000 (11:03 -0500)
commitd7a568af5546e0313abbc04060c8e9b0d3f750b4
tree80878e5e076ca9ae78089ee80b321c1d057e3f80
parent36c17c7079a5243a890ba43affff326a041775a9
[powerpc] Rename fesetenv_mode to fesetenv_control

fesetenv_mode is used variously to write the FPSCR exception enable
bits and rounding mode bits.  These are referred to as the control
bits in the POWER ISA.  Change the name to be reflective of its
current and expected use, and match up well with fegetenv_control.
ChangeLog
sysdeps/powerpc/fpu/fedisblxcpt.c
sysdeps/powerpc/fpu/feenablxcpt.c
sysdeps/powerpc/fpu/fenv_libc.h
sysdeps/powerpc/fpu/fenv_private.h
sysdeps/powerpc/fpu/fesetmode.c