[PATCH 2/2] Remove ancient GCC string inlines
Wilco Dijkstra
wdijkstr@arm.com
Fri Oct 9 15:53:00 GMT 2015
Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as they are no longer used in
string2.h. Passes AArch64, x86 and x64 regression.
OK for commit?
ChangeLog:
2015-10-09 Wilco Dijkstra wdijkstr@arm.com
* string/string-inlines.c (__STRING2_COPY_TYPE): Moved from string2.h.
(__mempcpy_small): Likewise.
(__strcpy_small): Likewise.
(__stpcpy_small): Likewise.
* string/bits/string2.h (__STRING2_COPY_TYPE): Remove.
(__mempcpy_small): Remove.
(__strcpy_small): Remove.
(__stpcpy_small): Remove.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-Move-inlines-to-string-inline.txt
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20151009/79e6c4bf/attachment.txt>
More information about the Libc-alpha
mailing list