]> granicus.if.org Git - yasm/commitdiff
Remove extraneous printf("DBG: ")
authorMichael Urman <mu@tortall.net>
Tue, 28 Oct 2003 19:18:47 +0000 (19:18 -0000)
committerMichael Urman <mu@tortall.net>
Tue, 28 Oct 2003 19:18:47 +0000 (19:18 -0000)
Reported By: Edouard Gomez <ed.gomez@free.fr>

svn path=/trunk/yasm/; revision=1081

modules/dbgfmts/stabs/stabs-dbgfmt.c

index 6ab083d4b6de90478a8aef4c557e0089577526ed..d4a5d6c34dc8bad1bdde8603ea46f8600a086af5 100644 (file)
@@ -441,7 +441,6 @@ stabs_bc_stab_tobytes(yasm_bytecode *bc, unsigned char **bufp, void *d,
     YASM_WRITE_16_L(buf, stab->desc);
 
     if (stab->symvalue != NULL) {
-       printf("DBG: ");
        bc->offset += 8;
        output_reloc(stab->symvalue, bc, buf, stabs_relocsize_bytes,
                     stabs_relocsize_bits, 0, 0, d);