Add dllfcn.h header file (no implementation of shared objects yet in place).

This commit is contained in:
Gregory Nutt
2017-01-21 13:07:40 -06:00
parent 4346a66ad7
commit 7578382890
5 changed files with 313 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ MEM_LongCopyTable:
* Name: memcpy
*
* Description:
* Optimised "general" copy routine
* Optimized "general" copy routine
*
* Input Parameters:
* r0 = destination, r1 = source, r2 = length
+2 -2
View File
@@ -1,7 +1,7 @@
/************************************************************************************
* nuttx/arch/arm/src/armv7-m/gnu/up_memcpy.S
*
* armv7m-optimised memcpy, contributed by Mike Smith. Apparently in the public
* armv7m-optimized memcpy, contributed by Mike Smith. Apparently in the public
* domain and is re-released here under the modified BSD license:
*
* Obtained via a posting on the Stellaris forum:
@@ -135,7 +135,7 @@ MEM_LongCopyTable:
* Name: memcpy
*
* Description:
* Optimised "general" copy routine
* Optimized "general" copy routine
*
* Input Parameters:
* r0 = destination, r1 = source, r2 = length
+1 -1
View File
@@ -138,7 +138,7 @@ MEM_LongCopyTable:
* Name: memcpy
*
* Description:
* Optimised "general" copy routine
* Optimized "general" copy routine
*
* Input Parameters:
* r0 = destination, r1 = source, r2 = length