Branch: Tag:

2002-07-03

2002-07-03 09:16:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now dumps the symbol tables of the generated program at assembler debug level 3 or higher.

Rev: src/program.c:1.438

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.437 2002/06/25 14:26:41 grubba Exp $"); + RCSID("$Id: program.c,v 1.438 2002/07/03 09:16:47 grubba Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
5754:    "Compilation failed.\n");    }    debug_malloc_touch(ret); + #ifdef PIKE_DEBUG +  if (a_flag > 2) { +  dump_program_tables(ret, 0); +  } + #endif /* PIKE_DEBUG */    verify_supporters();    return ret;    }