summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-10-04 15:15:20 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-10-04 15:15:20 +1100
commit0975ac37b3e53d7b86ac3f33f582a094ecb52c6f (patch)
tree68ef2b71e76a24b774766853759c9d7daa8808a2
parent84d5635dfc011bcae30d33b8df173cbc9f2eb7bc (diff)
downloadmongo-0975ac37b3e53d7b86ac3f33f582a094ecb52c6f.tar.gz
WT-2938 Change assembly file extensions from .S to .sx (#3072)
-rw-r--r--build_posix/configure.ac.in2
-rw-r--r--dist/filelist4
-rw-r--r--src/checksum/power8/README.md2
-rw-r--r--src/checksum/power8/crc32.sx (renamed from src/checksum/power8/crc32.S)0
-rw-r--r--src/checksum/zseries/crc32le-vx.sx (renamed from src/checksum/zseries/crc32le-vx.S)0
5 files changed, 4 insertions, 4 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index 608d602937d..ad00b19a3bb 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -74,7 +74,7 @@ AM_CONDITIONAL([ARM64_HOST], [test "$wt_cv_arm64" = "yes"])
# support compiling the ASM code we have to perform the CRC checks on PowerPC.
# To compile with clang we need to override the ASM compiler with CCAS to use
# gcc. Unfortunately, doing the compilation in this manner means libtool can't
-# determine what tag to use for that one .S file. If we catch that we are using
+# determine what tag to use for that one .sx file. If we catch that we are using
# two different compilers for CC and CCAS and we are on a PowerPC system we
# overload the libtool flags to provide CC by default.
if test "$wt_cv_powerpc" = "yes" -a "$CC" != "$CCAS"; then
diff --git a/dist/filelist b/dist/filelist
index 19fa1122a27..32e4231c5f2 100644
--- a/dist/filelist
+++ b/dist/filelist
@@ -48,12 +48,12 @@ src/btree/row_modify.c
src/btree/row_srch.c
src/cache/cache_las.c
src/checksum/arm64/crc32-arm64.c ARM64_HOST
-src/checksum/power8/crc32.S POWERPC_HOST
+src/checksum/power8/crc32.sx POWERPC_HOST
src/checksum/power8/crc32_wrapper.c POWERPC_HOST
src/checksum/software/checksum.c
src/checksum/x86/crc32-x86.c X86_HOST
src/checksum/zseries/crc32-s390x.c ZSERIES_HOST
-src/checksum/zseries/crc32le-vx.S ZSERIES_HOST
+src/checksum/zseries/crc32le-vx.sx ZSERIES_HOST
src/config/config.c
src/config/config_api.c
src/config/config_check.c
diff --git a/src/checksum/power8/README.md b/src/checksum/power8/README.md
index 3e2976650cd..579d841a02c 100644
--- a/src/checksum/power8/README.md
+++ b/src/checksum/power8/README.md
@@ -39,7 +39,7 @@ Quick start
- Type make to create the constants (crc32_constants.h)
-- Import the code into your application (crc32.S crc32_wrapper.c
+- Import the code into your application (crc32.sx crc32_wrapper.c
crc32_constants.h ppc-opcode.h) and call the CRC:
```
diff --git a/src/checksum/power8/crc32.S b/src/checksum/power8/crc32.sx
index 0b7870668b5..0b7870668b5 100644
--- a/src/checksum/power8/crc32.S
+++ b/src/checksum/power8/crc32.sx
diff --git a/src/checksum/zseries/crc32le-vx.S b/src/checksum/zseries/crc32le-vx.sx
index 0f1392b0952..0f1392b0952 100644
--- a/src/checksum/zseries/crc32le-vx.S
+++ b/src/checksum/zseries/crc32le-vx.sx