X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic16%2Fglue.c;h=f9728d6ce163bbaaa0d329330db92da4f343d09e;hb=3a32de81ff00b39434dd9a96b6de5be03a3f45cb;hp=7e7d1c7e5dbe96bd4e8a100d5fd93bf63fcf965d;hpb=7e96e3019db9e62aefa193c1aeacd1a7d8a2e65f;p=fw%2Fsdcc diff --git a/src/pic16/glue.c b/src/pic16/glue.c index 7e7d1c7e..f9728d6c 100644 --- a/src/pic16/glue.c +++ b/src/pic16/glue.c @@ -444,6 +444,7 @@ pic16emitStaticSeg (memmap * map) if (!IS_STATIC (sym->etype)) addSetHead (&publics, sym); +#if 0 /* print extra debug info if required */ if (options.debug || sym->level == 0) { @@ -466,6 +467,7 @@ pic16emitStaticSeg (memmap * map) fprintf (code->oFile, "%s_%d_%d", sym->name, sym->level, sym->block); } +#endif /* if it has an absolute address */ if (SPEC_ABSA (sym->etype)) @@ -677,6 +679,7 @@ pic16emitOverlay (FILE * afile) if (IS_FUNC (sym->type)) continue; +#if 0 /* print extra debug info if required */ if (options.debug || sym->level == 0) { @@ -696,6 +699,7 @@ pic16emitOverlay (FILE * afile) (sym->localof ? sym->localof->name : "-null-")); fprintf (afile, "%s_%d_%d", sym->name, sym->level, sym->block); } +#endif /* if is has an absolute address then generate an equate for this no need to allocate space */ @@ -774,7 +778,7 @@ pic16glue () /* print the global struct definitions */ if (options.debug) - cdbStructBlock (0,cdbFile); + cdbStructBlock (0); //,cdbFile); vFile = tempfile(); /* PENDING: this isnt the best place but it will do */