about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-10-14 07:30:04 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-12-06 05:46:59 -0600
commitab3e3a46d5f763723eeee221b0286658a7ca343b (patch)
tree9e3df5005a62cbddc0da309f8966725a3f7e94b9 /sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S
parent930de6f09e6a4fd5f8dda48283d04af8b4d6af50 (diff)
downloadglibc-ab3e3a46d5f763723eeee221b0286658a7ca343b.tar.gz
glibc-ab3e3a46d5f763723eeee221b0286658a7ca343b.tar.xz
glibc-ab3e3a46d5f763723eeee221b0286658a7ca343b.zip
PowerPC: multiarch memcmp for PowerPC32
Diffstat (limited to 'sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S')
-rw-r--r--sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S b/sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S
new file mode 100644
index 0000000000..44d9c96348
--- /dev/null
+++ b/sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S
@@ -0,0 +1,19 @@
+/* Loader memcmp implementation for PowerPC32.
+   Copyright (C) 1997-2013 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/powerpc/powerpc32/power4/memcmp.S>