Skip to content
  • Simon Marlow's avatar
    [project @ 2005-04-26 14:43:31 by simonmar] · ff75ee77
    Simon Marlow authored
    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).
    ff75ee77