about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>2018-08-16 12:12:02 +0530
committerRajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>2018-08-16 12:12:02 +0530
commit7793ad7a2c00434398aa8bb3f5932e2fdf43536a (patch)
tree4adb3fc19bdde52c7ccdc0f110646cf18de8a32d /ChangeLog
parent436e4d5b965abe592d26150cb518accf9ded8fe4 (diff)
downloadglibc-7793ad7a2c00434398aa8bb3f5932e2fdf43536a.tar.gz
glibc-7793ad7a2c00434398aa8bb3f5932e2fdf43536a.tar.xz
glibc-7793ad7a2c00434398aa8bb3f5932e2fdf43536a.zip
powerpc: Rearrange little endian specific files
This patch moves little endian specific POWER9 optimization files to
sysdeps/powerpc/powerpc64/le and creates POWER9 ifunc functions
only for little endian.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3815943fa7..dedffaa9d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2018-08-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
+
+	* sysdeps/powerpc/powerpc64/multiarch/Makefile
+	(sysdep_routines): Build strcmp-power9 and strncmp-power9
+	only for little endian.
+	* sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+	(strncmp): Move __strncmp_power9 inside ifdef __LITTLE_ENDIAN__.
+	(STRCMP): Move __strcmp_power9 inside ifdef __LITTLE_ENDIAN__.
+	* sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S:
+	Add check for little endian.
+	* sysdeps/powerpc/powerpc64/multiarch/strcmp.c
+	(__strcmp_power9): Add check for little endian.
+	* sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S:
+	Add check for little endian.
+	* sysdeps/powerpc/powerpc64/multiarch/strncmp.c
+	(__strncmp_power9): Add check for little endian.
+	* sysdeps/powerpc/powerpc64/power9/strcmp.S: Removed ifdef
+	__LITTLE_ENDIAN__ and moved to sysdeps/powerpc/powerpc64/le/power9.
+	* sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
+	* sysdeps/powerpc/powerpc64/le/power9/strcmp.S: New file.
+	* sysdeps/powerpc/powerpc64/le/power9/strncmp.S: Likewise.
+
 2018-08-15  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
 	* sysdeps/aarch64/strlen.S (__strlen): Rename to STRLEN.