This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH 2/2] Remove ancient GCC string inlines


ping

> -----Original Message-----
> From: Wilco Dijkstra [mailto:wdijkstr@arm.com]
> Sent: 09 October 2015 16:53
> To: 'GNU C Library'
> Subject: [PATCH 2/2] Remove ancient GCC string inlines
> 
> 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
 
	[BZ #18712

> 	* 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.

Attachment: 0002-Move-inlines-to-string-inline.txt
Description: 0002-Move-inlines-to-string-inline.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]