4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00
Kyrill Tkachov 52a6da816f 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.
2017-01-26 16:29:36 +01:00
..
2017-01-25 13:32:09 +01:00
2015-11-06 16:11:32 +00:00
2017-01-25 13:32:09 +01:00
2017-01-25 13:32:09 +01:00
2015-11-12 12:09:24 +00:00
2015-11-12 12:09:24 +00:00
2015-11-12 12:09:24 +00:00
2015-11-12 12:09:24 +00:00
2017-01-25 13:32:09 +01:00
2017-01-26 16:29:36 +01:00