X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.c;fp=rln.c;h=219697c5eb905fd0459cd0044475cd101a509b00;hp=a1ab13e57357995a6eb82b02fd75ec08eed2cc61;hb=1614b4cc590514679e0b358e424e168c6e430b02;hpb=65c5194d321a3a7ae8abc9ca1e34202788734801 diff --git a/rln.c b/rln.c index a1ab13e..219697c 100644 --- a/rln.c +++ b/rln.c @@ -1362,7 +1362,7 @@ int write_ofile(struct OHEADER * header) case 0x08000000: abstype = (short)ABST_DEFINED | ABST_BSS; break; case 0x09000000: abstype = (short)ABST_DEFINED | ABST_GLOBAL | ABST_BSS; break; default: - printf("write_ofile: abs, cannot determine symbol type\n"); + printf("warning (write_ofile): ABS, cannot determine symbol type ($%08X)\n", type); type = 0; break; }