Skip to content
  • Simon Marlow's avatar
    [project @ 2002-09-03 14:39:06 by simonmar] · b7a0fd6f
    Simon Marlow authored
    Just hit a problem caused by gcc 3.1+: it uses instructions like
    
    	movl %esi, 4(%esp)
    
    in the prologue, which the mangler wasn't expecting.  This might fix
    problems that other people have been seeing with gcc 3.1 on x86.
    
    MERGE TO STABLE
    b7a0fd6f