This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: patch to clean out savestring, copystr, mybzero and mybcopy


> 	This patch cleans out some uses of savestring, copystr, mybzero
> and mybcopy, it instead uses xstrdup, or bzero/bcopy.  Okay to install?

While one can argue for using bzero vs memset,
I think bcopy should be replaced by memmove/memcpy, in all code
that runs on the "host", since we have the appropriate autoconf
support.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner



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