Fix whitespace problems.

This commit is contained in:
Ulrich Drepper 2010-01-12 11:28:17 -08:00
parent 3af48cbdfa
commit f9a97ddaff
6 changed files with 20 additions and 20 deletions

View File

@ -22,7 +22,7 @@
#if !defined NOT_IN_libc \
&& (defined SHARED \
|| defined USE_AS_MEMMOVE \
|| defined USE_AS_MEMMOVE \
|| !defined USE_MULTIARCH)
#include "asm-syntax.h"
@ -75,8 +75,8 @@
jmp *%ebx
# define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE) \
addl $(TABLE - .), %ebx
addl $(TABLE - .), %ebx
# define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
addl (%ebx,INDEX,SCALE), %ebx; \
/* We loaded the jump table. Go. */ \
@ -103,7 +103,7 @@ __i686.get_pc_thunk.bx:
# define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
jmp *TABLE(,INDEX,SCALE)
# define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE)
# define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE)
# define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
jmp *TABLE(,INDEX,SCALE)
@ -1268,7 +1268,7 @@ L(large_page_loop):
movdqu 0x60(%eax), %xmm6
movdqu 0x70(%eax), %xmm7
lea 0x80(%eax), %eax
lfence
lfence
sub $0x80, %ecx
movntdq %xmm0, (%edx)
movntdq %xmm1, 0x10(%edx)
@ -1325,8 +1325,8 @@ L(copy_page_by_rep):
jb L(copy_page_by_rep_left_1)
movzwl (%esi), %eax
movw %ax, (%edi)
add $2, %esi
add $2, %edi
add $2, %esi
add $2, %edi
sub $2, %edx
jz L(copy_page_by_rep_exit)
L(copy_page_by_rep_left_1):

View File

@ -22,7 +22,7 @@
#if !defined NOT_IN_libc \
&& (defined SHARED \
|| defined USE_AS_MEMMOVE \
|| defined USE_AS_MEMMOVE \
|| !defined USE_MULTIARCH)
#include "asm-syntax.h"
@ -75,8 +75,8 @@
jmp *%ebx
# define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE) \
addl $(TABLE - .), %ebx
addl $(TABLE - .), %ebx
# define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
addl (%ebx,INDEX,SCALE), %ebx; \
/* We loaded the jump table. Go. */ \
@ -103,7 +103,7 @@ __i686.get_pc_thunk.bx:
# define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
jmp *TABLE(,INDEX,SCALE)
# define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE)
# define BRANCH_TO_JMPTBL_ENTRY_VALUE(TABLE)
# define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
jmp *TABLE(,INDEX,SCALE)

View File

@ -82,7 +82,7 @@ __memmove_chk_ssse3:
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memmove_ssse3
cfi_endproc
cfi_endproc
.size __memmove_chk_ssse3, .-__memmove_chk_ssse3
.type __memmove_chk_ssse3_rep, @function
@ -94,7 +94,7 @@ __memmove_chk_ssse3_rep:
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memmove_ssse3_rep
cfi_endproc
cfi_endproc
.size __memmove_chk_ssse3_rep, .-__memmove_chk_ssse3_rep
.type __memmove_chk_ia32, @function
@ -106,7 +106,7 @@ __memmove_chk_ia32:
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memmove_ia32
cfi_endproc
cfi_endproc
.size __memmove_chk_ia32, .-__memmove_chk_ia32
# endif
#endif

View File

@ -337,7 +337,7 @@ L(128bytesormore_nt):
cmp $2, %edx
jb L(copy_page_by_rep_left_1)
movw %ax, (%edi)
add $2, %edi
add $2, %edi
sub $2, %edx
jz L(copy_page_by_rep_exit)
L(copy_page_by_rep_left_1):

View File

@ -284,7 +284,7 @@ L(128bytesormore):
cmp %ebx, %ecx
jae L(128bytesormore_nt_start)
#ifdef DATA_CACHE_SIZE
POP (%ebx)
cmp $DATA_CACHE_SIZE, %ecx
@ -345,7 +345,7 @@ L(128bytes_L2_normal):
movaps %xmm0, 0x60(%edx)
movaps %xmm0, 0x70(%edx)
add $128, %edx
cmp $128, %ecx
cmp $128, %ecx
jge L(128bytes_L2_normal)
L(128bytesless_L2_normal):

View File

@ -86,7 +86,7 @@ __memset_chk_sse2:
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memset_sse2
cfi_endproc
cfi_endproc
.size __memset_chk_sse2, .-__memset_chk_sse2
.type __memset_chk_sse2_rep, @function
@ -98,7 +98,7 @@ __memset_chk_sse2_rep:
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memset_sse2_rep
cfi_endproc
cfi_endproc
.size __memset_chk_sse2_rep, .-__memset_chk_sse2_rep
.type __memset_chk_ia32, @function
@ -110,7 +110,7 @@ __memset_chk_ia32:
cmpl %eax, 16(%esp)
jb __chk_fail
jmp __memset_ia32
cfi_endproc
cfi_endproc
.size __memset_chk_ia32, .-__memset_chk_ia32
# endif
#endif