diff options
author | Nick Clifton <nickc@redhat.com> | 2016-07-21 09:23:16 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-07-21 09:23:16 +0100 |
commit | 0c66ea4c5e46372c7411f67b0ba21d7de5215958 (patch) | |
tree | a50315a093d71653c477251890b8bff434921eb7 /sim | |
parent | oops - forgot to include binutils.texi in the previous delta. (diff) | |
download | binutils-gdb-0c66ea4c5e46372c7411f67b0ba21d7de5215958.tar.gz binutils-gdb-0c66ea4c5e46372c7411f67b0ba21d7de5215958.tar.bz2 binutils-gdb-0c66ea4c5e46372c7411f67b0ba21d7de5215958.zip |
Fix typo fsqrt -> sqrtf.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/aarch64/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog index e58d8b2e481..d0d5f4c7a5c 100644 --- a/sim/aarch64/ChangeLog +++ b/sim/aarch64/ChangeLog @@ -1,6 +1,6 @@ 2016-07-21 Nick Clifton <nickc@redhat.com> - * simulator.c (fsqrts): Use fsqrt rather than sqrt. + * simulator.c (fsqrts): Use sqrtf rather than sqrt. 2016-06-30 Jim Wilson <jim.wilson@linaro.org> |