Gregory Nutt
|
7578382890
|
Add dllfcn.h header file (no implementation of shared objects yet in place).
|
2017-01-21 13:07:40 -06:00 |
|
Gregory Nutt
|
4346a66ad7
|
ARM memcpy(): Use DWord vs. HWord offset. ARM 32-bit instructions must be aligned to DWord boundaries and this gives us more range in the jump tables.
|
2017-01-20 14:53:50 -06:00 |
|
Gregory Nutt
|
2782ce10d3
|
Update copyright notice.
|
2017-01-20 14:35:27 -06:00 |
|
Gregory Nutt
|
a8a66667c1
|
libc: Fix ARMv7-A/R memcpy assembly.
|
2017-01-20 13:33:50 -06:00 |
|
Gregory Nutt
|
be5ba90d4f
|
Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications.
|
2017-01-20 10:53:46 -06:00 |
|