Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 353816 | Differences between
and this patch

Collapse All | Expand All

(-)a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S (-1 / +1 lines)
Lines 110-116 __i686.get_pc_thunk.bx: Link Here
110
#endif
110
#endif
111
111
112
	.section .text.ssse3,"ax",@progbits
112
	.section .text.ssse3,"ax",@progbits
113
#if defined SHARED && !defined NOT_IN_libc && !defined USE_AS_BCOPY
113
#if !defined USE_AS_BCOPY
114
ENTRY (MEMCPY_CHK)
114
ENTRY (MEMCPY_CHK)
115
	movl	12(%esp), %eax
115
	movl	12(%esp), %eax
116
	cmpl	%eax, 16(%esp)
116
	cmpl	%eax, 16(%esp)
(-)a/sysdeps/i386/i686/multiarch/memcpy-ssse3.S (-1 / +1 lines)
Lines 110-116 __i686.get_pc_thunk.bx: Link Here
110
#endif
110
#endif
111
111
112
	.section .text.ssse3,"ax",@progbits
112
	.section .text.ssse3,"ax",@progbits
113
#if defined SHARED && !defined NOT_IN_libc && !defined USE_AS_BCOPY
113
#if !defined USE_AS_BCOPY
114
ENTRY (MEMCPY_CHK)
114
ENTRY (MEMCPY_CHK)
115
	movl	12(%esp), %eax
115
	movl	12(%esp), %eax
116
	cmpl	%eax, 16(%esp)
116
	cmpl	%eax, 16(%esp)
(-)a/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S (-1 / +1 lines)
Lines 49-55 Link Here
49
  ud2
49
  ud2
50
50
51
	.section .text.ssse3,"ax",@progbits
51
	.section .text.ssse3,"ax",@progbits
52
#if defined SHARED && !defined NOT_IN_libc
52
#if !defined USE_AS_BCOPY
53
ENTRY (MEMCPY_CHK)
53
ENTRY (MEMCPY_CHK)
54
	cmpq	%rdx, %rcx
54
	cmpq	%rdx, %rcx
55
	jb	HIDDEN_JUMPTARGET (__chk_fail)
55
	jb	HIDDEN_JUMPTARGET (__chk_fail)
(-)a/sysdeps/x86_64/multiarch/memcpy-ssse3.S (-2 / +1 lines)
Lines 49-55 Link Here
49
  ud2
49
  ud2
50
50
51
	.section .text.ssse3,"ax",@progbits
51
	.section .text.ssse3,"ax",@progbits
52
#if defined SHARED && !defined NOT_IN_libc
52
#if !defined USE_AS_BCOPY
53
ENTRY (MEMCPY_CHK)
53
ENTRY (MEMCPY_CHK)
54
	cmpq	%rdx, %rcx
54
	cmpq	%rdx, %rcx
55
	jb	HIDDEN_JUMPTARGET (__chk_fail)
55
	jb	HIDDEN_JUMPTARGET (__chk_fail)
56
- 

Return to bug 353816