android_bionic/libc/arch-arm/cortex-a9/bionic
Chih-Hung Hsieh 43850d19f4 Use unified syntax to compile with both llvm and gcc.
All arch-arm and arch-arm64 .S files were compiled
by gcc with and without this patch. The output object files
were identical. When compiled with llvm and this patch,
the output files were also identical to gcc's output.

BUG: 18061004
Change-Id: I458914d512ddf5496e4eb3d288bf032cd526d32b
(cherry picked from commit 33f33515b5)
2015-05-15 16:29:10 -07:00
..
__strcat_chk.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
__strcpy_chk.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
memcpy.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
memcpy_base.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
memset.S Use unified syntax to compile with both llvm and gcc. 2015-05-15 16:29:10 -07:00
stpcpy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
strcat.S
strcmp.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
strcpy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
string_copy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
strlen.S