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: Medium model support in GCC


> On Mon, Jul 18, 2005 at 02:42:43PM +0200, Jan Hubicka wrote:
> > + 	  case UNSPEC_GOTOFF:
> > + 	    /* For 64bit target we have to deal with GOTOFF as 64bit values,
> > + 	       for 32bit targets these are always part of addressing mode
> > + 	       there is no point to allow dealing with them separately -
> > + 	       doing so just increase register pressure.  */
> > + 	    if (!TARGET_64BIT)
> > + 	      return false;
> > + 	    return local_symbolic_operand (XVECEXP (inner, 0, 0), Pmode);
> 
> You didn't address my rejection here.

I did, but at the same hunk of code in legitimate_constant_p.  I wonder
how it bootstrapped that way....  Sorry for that.

Honza


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