diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-11-23 14:19:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-04-17 16:12:41 -0300 |
commit | 3a8f2d8706711b287267bff14e20de251d93a1b6 (patch) | |
tree | f5b0610ad14b194099434d8172296a739a1be4bf | |
parent | 8c370341425a2459e9dd186a8b2185f55b347cb9 (diff) | |
download | glibc-3a8f2d8706711b287267bff14e20de251d93a1b6.zip glibc-3a8f2d8706711b287267bff14e20de251d93a1b6.tar.gz glibc-3a8f2d8706711b287267bff14e20de251d93a1b6.tar.bz2 |
Fix loongarch stpcpy on loader
-rw-r--r-- | sysdeps/loongarch/lp64/multiarch/rtld-stpcpy.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/loongarch/lp64/multiarch/rtld-stpcpy.S b/sysdeps/loongarch/lp64/multiarch/rtld-stpcpy.S new file mode 100644 index 0000000..5ec7874 --- /dev/null +++ b/sysdeps/loongarch/lp64/multiarch/rtld-stpcpy.S @@ -0,0 +1,3 @@ +#define USE_AS_STPCPY +#define STRCPY stpcpy +#include "strcpy-aligned.S" |