summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-22 09:03:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-22 09:03:53 -0600
commit44f92c19879c4df8b16c6ad4f7f923efc01288c2 (patch)
tree7bb1fc17ddc1756df069c52d42c9485dfa2dbabd /apps/ChangeLog.txt
parent54f7552fbc21a3959636225bd8e80ba95fc6750c (diff)
downloadnuttx-44f92c19879c4df8b16c6ad4f7f923efc01288c2.tar.gz
nuttx-44f92c19879c4df8b16c6ad4f7f923efc01288c2.tar.bz2
nuttx-44f92c19879c4df8b16c6ad4f7f923efc01288c2.zip
Update ChangeLogs
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 2bc6275cb..96be1b261 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -919,3 +919,8 @@
apps/system/prun; Add pexec_main.c which is an NSH built-in
application that can be used to run P-Code programs from the NSH
command line (2014-5-9).
+ * Several files: Convert all old-style variadic macros to the C99 form.
+ Recent GCC changes tightens up that behavior and can cause some problems
+ (at least for the IAR compiler for some reason). See
+ https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html#Variadic-Macros.
+ Noted by Bob Grimes (2014-5-22).