compiling profiling broken
    Matthew Dillon 
    dillon at apollo.backplane.com
       
    Sat Jul 19 20:38:53 PDT 2003
    
    
  
:
:I've fixed it locally, except for the complaint from swtch.s,
:looks like you've removed CROSSJUMP, but not CROSSJUMPTARGET:
:4.8:
:./i386/i386/swtch.s:195:        CROSSJUMP(jnz, sw1a, jz)
:./i386/i386/swtch.s:250:        CROSSJUMP(jnz, sw1a, jz)
:./i386/i386/swtch.s:369:sw1a:
:./i386/i386/swtch.s:522:CROSSJUMPTARGET(sw1a)
:dragonfly:
:> find . -name "swtch.s" | xargs grep sw1a
:CROSSJUMPTARGET(sw1a)
:
:It is probably immediately obvious to you what it needs.
    Yah.  That and your patches are good enough, I'll get it
    working again from this point.  It's doing some bad things
    with registers that I need to survive the profiling 
    calls.  I should have something committed within the next
    hour or so.
					-Matt
    
    
More information about the Bugs
mailing list