Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: syssrc/sys/sys
My approach would be to change the code to use memmove/memcpy/memset
and provide macros for those in the systems that need it.
I don't think any system will need it since gcc provides some of them.
gcc only generates those for machines that have string move instructions.
For others it calls memmove/memcpy/memset in most circumstance.
Eduardo
Home |
Main Index |
Thread Index |
Old Index