Page MenuHomeFreeBSD

Remove the old ARMv4 memcpy
ClosedPublic

Authored by andrew on Jan 23 2021, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 8:17 PM
Unknown Object (File)
Sat, Nov 22, 5:41 PM
Unknown Object (File)
Sat, Nov 8, 4:01 PM
Unknown Object (File)
Oct 21 2025, 7:17 AM
Unknown Object (File)
Oct 13 2025, 1:26 AM
Unknown Object (File)
Oct 13 2025, 1:26 AM
Unknown Object (File)
Oct 13 2025, 1:26 AM
Unknown Object (File)
Oct 12 2025, 1:45 PM
Subscribers

Details

Reviewers
None
Group Reviewers
ARM
Commits
rG4d2ff2330f51: Remove the old ARMv4 memcpy
Summary

This was only used when building for ARMv4 or some ARMv5 or when
_STANDALONE is defined. As ARMv4 and ARMv5 support has been removed,
and we only define _STANDALONE in the bootloader where we don't use
this version of memcpy we can remove it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Warnings
SeverityLocationCodeMessage
Warninglib/libc/arm/string/memcpy.S:58SPELL1Possible Spelling Mistake
Unit
No Test Coverage
Build Status
Buildable 36437
Build 33326: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jan 28 2021, 10:51 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.