This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typo fsqrt -> sqrtf.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0c66ea4c5e46372c7411f67b0ba21d7de5215958

commit 0c66ea4c5e46372c7411f67b0ba21d7de5215958
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jul 21 09:23:16 2016 +0100

    Fix typo fsqrt -> sqrtf.

Diff:
---
 sim/aarch64/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog
index e58d8b2..d0d5f4c 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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]