diff --git a/ChangeLog b/ChangeLog index 76aac2e11c7..8c3968c0c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7540,12 +7540,8 @@ runs from ISRAM and loads an Intel HEX file into DRAM (2014-6-26). * configs/sama5d4-ek/nsh and scripts/: Setup the SAMA5D4-EK NSHi configuration to use the DRAMBOOT loader by default (2014-6-26). + * binfmt: Various changes associated with symbol tables. Most from Pelle + Windestam (2014-6-27). + * Networkin: Add network device ioctl to access PHY registers. From Daniel + Lazlo Sitzer (2014-6-27). * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - * net/netdev: Move net/netdev*.c to net/netdev/netdev*.c (2014-6-27). - diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html index 41b2a19ee9f..89b415041b5 100644 --- a/Documentation/NuttXNxFlat.html +++ b/Documentation/NuttXNxFlat.html @@ -407,7 +407,10 @@ any following arguments. nuttx/syscall/syscall.csv that describes the NuttX RTOS interface, and
  • - nuttx/libc/lib.csv that describes the NuttX C library interface. + nuttx/libc/libc.csv that describes the NuttX C library interface. +
  • +
  • + nuttx/libc/math.cvs that descirbes any math library.