diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-23 12:47:24 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-27 09:35:11 -0700 |
commit | eafb1c2a37d1886de47e7fa757f869c4daf5a491 (patch) | |
tree | ef42196fb03056c7e69ef6fccb9fbb93c3bec3da /sysdeps/i386/multiarch/rtld-strchr.S | |
parent | d5496eb9a14df0fe463c211f5fe05cc73e8e770c (diff) | |
download | glibc-eafb1c2a37d1886de47e7fa757f869c4daf5a491.tar.gz glibc-eafb1c2a37d1886de47e7fa757f869c4daf5a491.tar.xz glibc-eafb1c2a37d1886de47e7fa757f869c4daf5a491.zip |
Add i386 strchr multiarch functions
Diffstat (limited to 'sysdeps/i386/multiarch/rtld-strchr.S')
-rw-r--r-- | sysdeps/i386/multiarch/rtld-strchr.S | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysdeps/i386/multiarch/rtld-strchr.S b/sysdeps/i386/multiarch/rtld-strchr.S new file mode 100644 index 0000000000..a032fdb733 --- /dev/null +++ b/sysdeps/i386/multiarch/rtld-strchr.S @@ -0,0 +1,19 @@ +/* strchr 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/strchr.S> |