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 create builtin bzero


 > From: Richard Henderson <rth@cygnus.com>
 > 
 > On Fri, Mar 24, 2000 at 03:23:23PM -0500, Kaveh R. Ghazi wrote:
 > > +2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 > > +
 > > +	* builtins.c (expand_builtin_bzero): New function.
 > > +	(expand_builtin): Handle bzero.
 > 
 > This patch is needed on targets where size_t > int.
 > r~
 > 
 > 
 >         * builtins.c (expand_builtin_bzero): Convert `length' argument
 >         to sizetype.

I was bootstrapping a similar patch last night but you got it first. :-)
Thanks for your help getting this right for C.

(Now I have to look at the C++ problems its causing...)

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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