This is the mail archive of the glibc-cvs@sources.redhat.com 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]

libc/elf rtld.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2002-02-03 11:28:15

Modified files:
	elf            : rtld.c 

Log message:
	(process_envvars): Use _itoa instead of _itoa_word since the former is
	available anyway and speed isn't important here.
	(print_statistics): Likewise.
	(process_envvars): Don't use rawmemchr.  Use strchr and avoid inline
	optimization.
	(dl_main): Avoid strsep inline optimization.


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