mark
|
0053558a70
|
Fix a glaring bug in the assembly stubs for memcpy() and memmove() that
meant the src address was being returned rather than the dst address.
Spotted by Chris Demetriou.
|
1997-11-22 03:27:12 +00:00 |
mark
|
a2b5e07612
|
Include memmove.S in the list of sources.
|
1997-10-18 02:28:25 +00:00 |
jtc
|
c8f77c0b8b
|
Fix tipo inherited from old version of TNF copyright template.
|
1997-10-09 07:25:45 +00:00 |
mark
|
1f73d0c21a
|
Added assembly files _memcpy.S memcpy.S memmove.S bcopy.S memset.S bzero.S
|
1997-10-06 00:40:31 +00:00 |
mark
|
6740365e8e
|
Implement bzero() as a stub that calls memset().
|
1997-10-06 00:39:25 +00:00 |
mark
|
45306416a8
|
Implement an assembly version of memset().
|
1997-10-06 00:38:33 +00:00 |
mark
|
4cb1dd25c8
|
Implement standard libc memory copy/move functions as stubs onto the
assembly _memcpy() routine.
|
1997-10-06 00:37:51 +00:00 |
mark
|
65021679a3
|
Implement an assembly memory copy routine.
|
1997-10-06 00:35:50 +00:00 |
mark
|
5284578745
|
Initial commit of the arm32 architecture dependant libc code.
|
1996-02-16 20:47:54 +00:00 |