diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-20 08:20:41 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-27 09:35:10 -0700 |
commit | a51db847c9ca5926c22c9bf2505c3d69886967b8 (patch) | |
tree | 5b5bb124ba53164780d633d2eeae161682e466d5 /sysdeps/i386/multiarch/rtld-memcmp.S | |
parent | bc5a8e94bef09618fcb3e086dc5a42c2ed98e530 (diff) | |
download | glibc-a51db847c9ca5926c22c9bf2505c3d69886967b8.tar.gz glibc-a51db847c9ca5926c22c9bf2505c3d69886967b8.tar.xz glibc-a51db847c9ca5926c22c9bf2505c3d69886967b8.zip |
Add i386 memcmp multiarch functions
Diffstat (limited to 'sysdeps/i386/multiarch/rtld-memcmp.S')
-rw-r--r-- | sysdeps/i386/multiarch/rtld-memcmp.S | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysdeps/i386/multiarch/rtld-memcmp.S b/sysdeps/i386/multiarch/rtld-memcmp.S new file mode 100644 index 0000000000..d3a07fe73a --- /dev/null +++ b/sysdeps/i386/multiarch/rtld-memcmp.S @@ -0,0 +1,19 @@ +/* memcmp for ld.so + Copyright (C) 2015 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ + +#include <sysdeps/i386/memcmp.S> |