CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/07/20 10:09:07
Modified files:
libexec/ld.so/m88k: Makefile.inc
Removed files:
libexec/ld.so/m88k: memcpy.c
Log message:
The recent changes to expand_block_move in gcc causes assignment of 16-byte
struct to no longer need to invoke memcpy(), and makes that code unnecessary.
Should future changes to the MI code require the use of memcpy again, the
commented out section added to the Makefile explains what to do to let
ld.so build again.