simonmar    2005/10/31 03:17:53 PST

  Modified files:
    ghc/driver/mangler   ghc-asm.lprl 
  Log:
  x86_64: catch and fix one kind of crappy code generated by gcc
  
            #    movq -4(%rbp), %rax
            #    jmp  *%rax
  
  ==>
  
            #    jmp  *-4(%rbp)
  
  Revision  Changes    Path
  1.139     +12 -0     fptools/ghc/driver/mangler/ghc-asm.lprl
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to