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]
Other format: [Raw text]

Re: Avoid using of quad on i386


> Jan Hubicka <jh@suse.cz> writes:
> 
> > this patch implements the target vector entries for ASM_OUTPUT_* familly for
> > outputting integer.  I still do use the default functions that use the old
> > ASM_OUTPUT_* hooks, as my attempts to remove them from whole compiler at once
> > run out of control.  This way we can convert the backends one by one.
> > 
> > I've also added the function for i386 backend to avoid using of quad
> > opcode.
> 
> Unfortunately this patch hasn't been updated, incorporating Richard's and
> Neil's comments, for a month.  Because of this, bootstrap on
> i386-pc-solaris2.8 (and certainly other platforms) is broken for even
> longer than that.

Oops, there has been alternate patch sent and I tought it has been already
resolved and installed.
I will update and commit whatever sollution is preferred. Richard, do you
preffer my patch with FILE descriptors removed and docs updated or the
alternative patch.  What has been problem with it?

Honza
> 
> Please make sure those platforms get back to bootstrap soon.
> 
> 	Rainer
> 
> -- 
> -----------------------------------------------------------------------------
> Rainer Orth, Faculty of Technology, Bielefeld University
> 
> Email: ro@TechFak.Uni-Bielefeld.DE


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