OSDN Git Service

Fix assembler warnings.
authorChristopher Ferris <cferris@google.com>
Wed, 24 May 2017 23:00:37 +0000 (16:00 -0700)
committerChristopher Ferris <cferris@google.com>
Wed, 24 May 2017 23:06:11 +0000 (16:06 -0700)
commit866e7b6906b71542c7ab4ce17c5943243058964f
tree81587d3ceeaeeac9a06e49973e6fd854f0f6e9d6
parent6c01208e902b18aad4b0254ccb95b94a2b5fc341
Fix assembler warnings.

There are a few instructions deprecated on armv8 that result in lots
of warnings. Add an arch directive so that these warnings go away.

This doesn't cause any problems because the instructions still
execute properly.

Bug: 38319728

Test: Built all of these assembler files and verified the warning are gone.
Change-Id: If063defdd16f290c01975233c8d257d1b2005e76
17 files changed:
libc/arch-arm/cortex-a15/bionic/__strcat_chk.S
libc/arch-arm/cortex-a15/bionic/__strcpy_chk.S
libc/arch-arm/cortex-a15/bionic/memcpy.S
libc/arch-arm/cortex-a15/bionic/memset.S
libc/arch-arm/cortex-a15/bionic/strcmp.S
libc/arch-arm/cortex-a53/bionic/__strcat_chk.S
libc/arch-arm/cortex-a53/bionic/__strcpy_chk.S
libc/arch-arm/cortex-a53/bionic/memcpy.S
libc/arch-arm/cortex-a7/bionic/__strcat_chk.S
libc/arch-arm/cortex-a7/bionic/__strcpy_chk.S
libc/arch-arm/cortex-a7/bionic/memcpy.S
libc/arch-arm/cortex-a7/bionic/memset.S
libc/arch-arm/denver/bionic/__strcat_chk.S
libc/arch-arm/denver/bionic/__strcpy_chk.S
libc/arch-arm/denver/bionic/memcpy.S
libc/arch-arm/krait/bionic/__strcat_chk.S
libc/arch-arm/krait/bionic/__strcpy_chk.S