From ab54b9b8bce599b82a3f65445b151173701efcea Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 12 Nov 2016 01:27:47 +0100 Subject: Whitespace cleanup. --- acinclude.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index bcc6f524c..ba8841baa 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1802,8 +1802,8 @@ AC_REQUIRE([GMP_PROG_NM]) 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_DEFUN([GMP_ASM_ALIGN_FILL_0x90], 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 @@ BEGIN { got[12] == "124" && \ got[13] == "000" && \ got[14] == "000" && \ - got[15] == "000") + got[15] == "000") { print "IEEE big endian" found = 1 -- cgit v1.2.1