]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64/strncmp: Unbreak builds with old binutils
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 14 Mar 2018 13:21:05 +0000 (18:51 +0530)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 6 Sep 2019 15:59:34 +0000 (16:59 +0100)
commite0a0bd3accf5837d8fa6b6907923c13b9ac0e0ff
tree97f2d281f62e06134e1e8ee7cebd49ea0dd1560b
parent638caf300022aab68f4c464f57e8b8ac879f5735
aarch64/strncmp: Unbreak builds with old binutils

Binutils 2.26.* and older do not support moves with shifted registers,
so use a separate shift instruction instead.

(cherry picked from commit d46f84de745db8f3f06a37048261f4e5ceacf0a3)
ChangeLog
sysdeps/aarch64/strncmp.S