From ef27dd6ee831b843d8b700f6ea2286755e9c4ff7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 3 Oct 2014 08:26:36 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2bff498c3e..9a35c27e5a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8724,4 +8724,8 @@ console input. Starts a separate, Linux domain pthread to read the console input in raw mode and provides the incoming data to NuttX via standard NuttX domain IPCs (2014-9-30). - + * arch/sim/src/up_setjmp32.S, up_setjmp64.S, Kconfig, Makefile, + up_initialstate.c, up_internal.h, up_stackframe.c, and include/irq.h: + Add support for 64-bit lonjmp/setjmp in simulator platform. This + will permit operation of the simulation natively on a 64-bit platform + (2014-10-2).