commit | 97b6e131fd85bb0ae321d9e5a8a613f5ee373cf4 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Feb 17 19:17:02 2016 -0800 |
committer | Christopher Ferris <cferris@google.com> | Wed Feb 17 19:17:02 2016 -0800 |
tree | cfaf65609a13604d142393086d0622d3994fc478 | |
parent | 4dd56ac9a5248c9fdeffe6c0f8029a83bcb43fe4 [diff] [blame] |
Fix cfi directives for memmove/strlcpy. Bug: 27227225 Change-Id: I47ca82daaadb3ec24cefc3c9aa4df7ed1798aced
diff --git a/libc/arch-x86/atom/string/ssse3-strcpy-atom.S b/libc/arch-x86/atom/string/ssse3-strcpy-atom.S index 30254ca..3690b0d 100644 --- a/libc/arch-x86/atom/string/ssse3-strcpy-atom.S +++ b/libc/arch-x86/atom/string/ssse3-strcpy-atom.S
@@ -3147,7 +3147,7 @@ #endif #ifdef USE_AS_STRNCPY -# ifndef USE_AS_STRCAT +# if !defined(USE_AS_STRCAT) && !defined(USE_AS_STRLCPY) CFI_PUSH (%esi) CFI_PUSH (%edi) # endif