summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/memcpy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-052002-08-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-87/+0
* Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore and required that the m68k optimized memcpy be moved to libcpu. * memcpy.c: Moved to libcpu. * Makefile.am: Modified to reflect above.
1998-06-12Added optimized version of memcpy.c to this directory since RTEMS makesJoel Sherrill1-0/+87
important distinctions between CPU models which are not made by gcc. These distinctions help give us a more optimized memcpy(). This is important for message queues and KA9Q.