aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
commit0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8 (patch)
tree73b8411e1d00ef6df3dd5fa2ed717241174ae14b /nuttx/ChangeLog
parent5b7a650b16980bb2a395fa76df170d8948da72a9 (diff)
downloadpx4-firmware-0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8.tar.gz
px4-firmware-0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8.tar.bz2
px4-firmware-0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8.zip
lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 918cd8608..723f534bc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3529,3 +3529,10 @@
the math library from the Rhombus OS
* lib/math: Now contains the math library from the Rhombus OS by Nick Johnson
(submitted by Darcy Gong).
+ * include/float.h: Add a first cut at the float.h header file. This
+ really should be an architecture/toolchain-specific header file. It
+ is only used if CONFIG_ARCH_FLOAT_H is defined.
+ * lib/math: Files now conform to coding standards. Separated float,
+ double, and long double versions of code into separate files so that
+ they don't draw in so much un-necessary code when doing a dumb link.
+