Lynx support

This commit is contained in:
Stan Shebs
1993-09-28 20:51:22 +00:00
parent 9b3fa58950
commit 3f905ec153
2 changed files with 7 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ produce_warnings (lgs, it)
ptr = lgs->srefs_chain;
while (ptr != (asymbol **)NULL) {
asymbol *ref = *ptr;
info("%B: %s\n", bfd_asymbol_bfd(ref), fetch_warning(it));
info_msg ("%B: %s\n", bfd_asymbol_bfd(ref), fetch_warning(it));
ptr = (asymbol **)(ref->udata);
}
}