This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: Macro name and comment fixes for gas/tc-mips.c


At Thu, 8 Jan 2004 00:06:20 +0100, Thiemo Seufer wrote:
> cgd@broadcom.com wrote:
> > At Wed, 7 Jan 2004 21:48:58 +0000 (UTC), "Ian Lance Taylor" wrote:
> > > I propose that we rename the macro to ISA_HAS_NONBRANCH_DELAYS to
> > > avoid such confusion.  This patch does that rename, and also fixes the
> > > comment for this macro and for the gpr_interlocks macro.
> > 
> > Looking at ISA_HAS_COPROC_DELAYS a bit more carefully, I wonder if it
> > might just make more sense to fix "cop_interlocks" to include the
> > appropriate ISAs (which have interlocks), and check it consistently,
> > rather than checking both ISA_HAS_COPROC_DELAYS and cop_interlocks...
> 
> AFAICS it's too often used outside a cop context for that.

Well, right, but if you look at those cases, in general gpr_interlocks
is also checked.

For the non-coproc cases, I think gpr_interlocks is the right thing to
use in any case...



chris


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