[Bug libc/19759] mempcpy shouldn't be inlined
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Fri Mar 11 16:14:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=19759
--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, release/2.23/master has been updated
via b4456470a64a1e4e466a98dca3b51bf63fb5a13c (commit)
from 3ac64b00b596d9a7f1ab0ff8d7e191d6e01b2de7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b4456470a64a1e4e466a98dca3b51bf63fb5a13c
commit b4456470a64a1e4e466a98dca3b51bf63fb5a13c
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Tue Mar 8 10:57:31 2016 -0800
Define _HAVE_STRING_ARCH_mempcpy to 1 for x86
Since x86 has an optimized mempcpy and GCC can inline mempcpy on x86,
define _HAVE_STRING_ARCH_mempcpy to 1 for x86.
[BZ #19759]
* sysdeps/x86/bits/string.h (_HAVE_STRING_ARCH_mempcpy): New.
(cherry picked from commit 2b35e48c0c547b3f6f81996ce7ad7d67e24c7329)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
NEWS | 1 +
sysdeps/x86/bits/string.h | 3 +++
3 files changed, 9 insertions(+), 0 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list