projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7982a1d
)
Fix typo fsqrt -> sqrtf.
author
Nick Clifton
<nickc@redhat.com>
Thu, 21 Jul 2016 08:23:16 +0000
(09:23 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 21 Jul 2016 08:23:16 +0000
(09:23 +0100)
sim/aarch64/ChangeLog
patch
|
blob
|
history
diff --git
a/sim/aarch64/ChangeLog
b/sim/aarch64/ChangeLog
index e58d8b2e4817de4cbfd88c431526fef9c1280769..d0d5f4c7a5c13fabf9a0d9af608f4a6d43688d14 100644
(file)
--- 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>