From 2e78f2235b318fb31280bb24fcaec0bdf8d8afed Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 1 Jun 2015 14:19:40 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3935db4b9e2..4591b843b96 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10515,4 +10515,8 @@ so that it works better with CONFIG_NET_NOINTS=y (2015-06-01). * configs/: Update all LPC17xx networking configurations so that they have CONFIG_NET_NOTINTS=y selected (2015-06-01). - + * /arch/arm/src/armv7-m, binfmt/libelf, configs/stm32f4discovery/scripts, + /include/nuttx/binfmt, and libxx: Add support uClibc++ excpetions. This + involves additional handling for relative relation types, additional + support for unwinding, as well as additional changes. The culmination + of a big effort from Leo Aloe3132 (2015-06-01).