From: James Hammons Date: Thu, 29 Dec 2011 09:54:15 +0000 (+0000) Subject: Fixes for verbosity to reloc_segment(). X-Git-Tag: v1.7.1~45 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=d7b03624634b6813ebef11e2f5447cc4584d4925 Fixes for verbosity to reloc_segment(). --- diff --git a/rln.c b/rln.c index 0576002..2e0c767 100644 --- a/rln.c +++ b/rln.c @@ -754,7 +754,7 @@ int reloc_segment(struct OFILE * ofile, int flag) // Shamus: Let's output some info to aid in debugging this crap if (vflag) { - printf("reloc_segment(): %s, $%08X: $%08X => $%08X\n", sym, addr, olddata, getlong(sptr + addr)); + printf("reloc_segment(): %s, $%08X: $%08X => $%08X\n", (glblreloc ? sym : "(LOCAL)"), addr, olddata, getlong(sptr + addr)); } rptr += 8; // Point to the next relocation record