diff options
author | Kyrill Tkachov <kyrylo.tkachov@foss.arm.com> | 2017-01-26 10:26:10 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-01-26 16:29:36 +0100 |
commit | 52a6da816f72e50aa79f0b941a003b94510fb1ad (patch) | |
tree | a5f8b459b8fe7d814af6190a46ca4f3993a21183 /newlib/libc/string/wcscpy.c | |
parent | 3ebc26958e6456befd95809faa6d88481f29bc89 (diff) | |
download | cygnal-52a6da816f72e50aa79f0b941a003b94510fb1ad.tar.gz cygnal-52a6da816f72e50aa79f0b941a003b94510fb1ad.tar.bz2 cygnal-52a6da816f72e50aa79f0b941a003b94510fb1ad.zip |
arm: Fix addressing in optpld macro
In patch b219285f873cc79361355938bd2a994957b4a6ef you have a syntax
error in the PLD instruction. The syntax for the pld argument should be
in square brackets as it's a memory address like so: pld [r1]. With
your patch the newlib build fails for armv7-a targets. This patch fixes
the build failures.
Tested by making sure the newlib build completes successfully.
2016-01-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* libc/machine/arm/strcpy.c (strcpy): Fix PLD assembly syntax.
* libc/machine/arm/strlen-stub.c (strlen): Likewise.
Diffstat (limited to 'newlib/libc/string/wcscpy.c')
0 files changed, 0 insertions, 0 deletions