[patch] ppc fpmem remvoal

Clinton Popetz cpopetz@cygnus.com
Mon Mar 6 10:02:00 GMT 2000


On Fri, Mar 03, 2000 at 01:21:05PM -0800, Geoff Keating wrote:
> 
> Clinton Popetz <cpopetz@cygnus.com> writes:
> 
> > 2000-03-03  Clinton Popetz  <cpopetz@cygnus.com>
> > 
> > 	* config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
> > 	fpmem_operand) Delete.
> > 	(xer_operand) New.
> ...
> 
> This is OK.
> 
> > --- 1211,1214 ----
> > *************** do {                                    
> > *** 2274,2278 ****
> >       CC(CCUNSmode,  "CCUNS")	\
> >       CC(CCFPmode,   "CCFP")	\
> > !     CC(CCEQmode,   "CCEQ")
> >   
> >   /* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
> > --- 2260,2265 ----
> >       CC(CCUNSmode,  "CCUNS")	\
> >       CC(CCFPmode,   "CCFP")	\
> > !     CC(CCEQmode,   "CCEQ")	\
> > !     CC(CCCAmode,   "CCCA")
> 
> I'm not sure we really want to use a condition code mode.  It seems
> like PSImode is an exact description of the XER.

Ok, it's committed with that change removed.  Thanks.

					-Clint


More information about the Gcc-patches mailing list