]> 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 16:14:47 +0000 (17:14 +0100)
commit00fd3acde1475e1bc488ee13ae124d0340da856e
tree7646027c2faf213cf392a2ad4935ecd363289f66
parentaf9381b734e2218f84235e000cd20d2824a6ed42
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