]> sourceware.org Git - newlib-cygwin.git/commit
arm: Fix memchr() for Armv8-R
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 4 Dec 2020 07:42:04 +0000 (08:42 +0100)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 14 Dec 2020 21:10:30 +0000 (16:10 -0500)
commit6cc47c4c330a6468dd8a42b88f97c5aaecad3cdb
tree9e915f134376b391587cabdbeaaa0bd839c344e2
parent8199b0cc38de3553d2e86f170d7da0b64405d10c
arm: Fix memchr() for Armv8-R

The Cortex-R52 processor is an Armv8-R processor with a NEON unit.  This
fix prevents conflicting architecture profiles A/R errors issued by the
linker.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/machine/arm/memchr.S
This page took 0.030942 seconds and 5 git commands to generate.