From d7b03624634b6813ebef11e2f5447cc4584d4925 Mon Sep 17 00:00:00 2001 From: James Hammons Date: Thu, 29 Dec 2011 09:54:15 +0000 Subject: [PATCH] Fixes for verbosity to reloc_segment(). --- rln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.2