mips16 problems in div_trap

Jeffrey A Law law@cygnus.com
Sun Jan 3 22:07:00 GMT 1999


  In message <m0zsi0e-000sBeC@cetus.cygnus.com>you write:
  > 
  > 
  > OK?
  > 
  > This is needed because mips16 insns aren't as long as normal mips insns,
  > and because bne <reg>,$0,<label> isn't support by our mips16 assembler.
  > 
  > 	* config/mips/mips.md (div_trap): For mips16, use temp labels rather
  > 	than .+<const> construct, and use bnez rather than bne <reg>,$0,<label>.
I recently installed a patch from Rainer which used temporary labels in that
code.  So at that part of your patch has been overtaken by events.

I believe you also sent a later patch which breaks out the mips16 support
into its own pattern (I'll be looking at it shortly).

So, I think this patch is no longer relavent.  Correct?


jeff



More information about the Gcc-patches mailing list