Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrill Tkachov <kyrylo.tkachov@foss.arm.com>2017-01-26 13:26:10 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-01-26 18:29:36 +0300
commit52a6da816f72e50aa79f0b941a003b94510fb1ad (patch)
treea5f8b459b8fe7d814af6190a46ca4f3993a21183 /libgloss/cris
parent3ebc26958e6456befd95809faa6d88481f29bc89 (diff)
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 'libgloss/cris')
0 files changed, 0 insertions, 0 deletions