On Thu, Apr 12, 2007 at 02:48:43PM -0700, Richard Henderson wrote: > On Thu, Apr 12, 2007 at 02:35:10PM -0700, H. J. Lu wrote: > > i386.c has many > > > > static const struct builtin_description bdesc_comi[] = > > { > > { MASK_SSE, CODE_FOR_sse_comi, .... > > Yes, and you could move all of the ones specifically related to > the ISA to it's own variable.
That is an interesting idea and can buy us some time. BTW, I noticed that there are 2 bits NO_PUSH_ARGS SVR3_SHLIB defined in i386 backend. But they aren't checked at all. Can we remove them? H.J.