simonmar    2005/04/26 07:43:31 PDT

  Modified files:
    ghc/compiler/main    DynFlags.hs 
  Log:
  Back out previous revision.
  
  It appears that passing -g to the assembly phase of C compilation
  results in an object file with broken debug info, that gdb can't
  read.  This is probably a bug in gcc and/or binutils, but this change
  means that I can't avoid it (unless we were to hack the pipeline to
  do .c->.s->.o in one stage instead of two).
  
  Revision  Changes    Path
  1.8       +1 -1      fptools/ghc/compiler/main/DynFlags.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to