[Gmp-commit] /var/hg/gmp: Whitespace cleanup.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Nov 12 00:27:55 UTC 2016
details: /var/hg/gmp/rev/8bab2459a17a
changeset: 17097:8bab2459a17a
user: Torbjorn Granlund <tg at gmplib.org>
date: Sat Nov 12 01:27:47 2016 +0100
description:
Whitespace cleanup.
diffstat:
acinclude.m4 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 82a55ed8bbd0 -r 8bab2459a17a acinclude.m4
--- a/acinclude.m4 Wed Nov 02 20:27:27 2016 +0100
+++ b/acinclude.m4 Sat Nov 12 01:27:47 2016 +0100
@@ -1802,8 +1802,8 @@
AC_CACHE_CHECK([if .align assembly directive is logarithmic],
gmp_cv_asm_align_log,
[GMP_TRY_ASSEMBLE(
-[ $gmp_cv_asm_data
- .align 4
+[ $gmp_cv_asm_data
+ .align 4
$gmp_cv_asm_globl foo
$gmp_cv_asm_byte 1
.align 4
@@ -1857,10 +1857,10 @@
AC_CACHE_CHECK([if the .align directive accepts an 0x90 fill in .text],
gmp_cv_asm_align_fill_0x90,
[GMP_TRY_ASSEMBLE(
-[ $gmp_cv_asm_text
- .align 4, 0x90
+[ $gmp_cv_asm_text
+ .align 4, 0x90
.byte 0
- .align 4, 0x90],
+ .align 4, 0x90],
[if grep "Warning: Fill parameter ignored for executable section" conftest.out >/dev/null; then
echo "Suppressing this warning by omitting 0x90" 1>&AC_FD_CC
gmp_cv_asm_align_fill_0x90=no
@@ -3403,7 +3403,7 @@
got[12] == "124" && \
got[13] == "000" && \
got[14] == "000" && \
- got[15] == "000")
+ got[15] == "000")
{
print "IEEE big endian"
found = 1
More information about the gmp-commit
mailing list