Blame sysdeps/powerpc/powerpc64/le/power9/stpcpy.S

Packit Service d5e047
/* Optimized stpcpy implementation for PowerPC64/POWER9.
Packit Service d5e047
   Copyright (C) 2015-2020 Free Software Foundation, Inc.
Packit Service d5e047
   This file is part of the GNU C Library.
Packit Service d5e047
Packit Service d5e047
   The GNU C Library is free software; you can redistribute it and/or
Packit Service d5e047
   modify it under the terms of the GNU Lesser General Public
Packit Service d5e047
   License as published by the Free Software Foundation; either
Packit Service d5e047
   version 2.1 of the License, or (at your option) any later version.
Packit Service d5e047
Packit Service d5e047
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service d5e047
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service d5e047
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service d5e047
   Lesser General Public License for more details.
Packit Service d5e047
Packit Service d5e047
   You should have received a copy of the GNU Lesser General Public
Packit Service d5e047
   License along with the GNU C Library; if not, see
Packit Service d5e047
   <https://www.gnu.org/licenses/>.  */
Packit Service d5e047
Packit Service d5e047
#define USE_AS_STPCPY
Packit Service d5e047
#include <sysdeps/powerpc/powerpc64/le/power9/strcpy.S>
Packit Service d5e047
Packit Service d5e047
weak_alias (__stpcpy, stpcpy)
Packit Service d5e047
libc_hidden_def (__stpcpy)
Packit Service d5e047
libc_hidden_builtin_def (stpcpy)