DragonFly BSD
DragonFly bugs List (threaded) for 2003-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: compiling profiling broken


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Jul 2003 20:38:02 -0700 (PDT)

:
: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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]