summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2015-10-23 15:42:27 -0700
committerSteve Kondik <steve@cyngn.com>2015-11-07 01:42:32 -0800
commitde3e5ac94a907a4baca0fb606173b11da090216b (patch)
tree37c1d0fd25e66a37d8c4d0abde75a41430b20d2c /libc
parent795a57e08bb61fb0c2ae22d9f7a3ae6312511fed (diff)
downloadbionic-de3e5ac94a907a4baca0fb606173b11da090216b.tar.gz
bionic-de3e5ac94a907a4baca0fb606173b11da090216b.tar.bz2
bionic-de3e5ac94a907a4baca0fb606173b11da090216b.zip
Fix arm64 fenv warnings, and make warnings errors.
Even though the control registers being read/written in fenv.c only have 32 bits that are used, the instructions take a 64 bit register. Make sure the inline assembler in the macros use 64 bit values. Verified that before the change and after the change, the disassembly is exactly the same. In addition, add -Werror to the cflags. Change-Id: I6603779327488c23e3aab13300edf2e02b101916
Diffstat (limited to 'libc')
0 files changed, 0 insertions, 0 deletions