From: Fred Fish Date: Mon, 16 Dec 1991 21:01:34 +0000 (+0000) Subject: Print the names of files from which symbols are being loaded if verbose X-Git-Tag: gdb-4_18~22699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fa6e49649adbb0ba0d998c36dd23d5e2cb355af;p=external%2Fbinutils.git Print the names of files from which symbols are being loaded if verbose is set. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d20936..28ad9ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Mon Dec 16 12:31:46 1991 Fred Fish (fnf at cygnus.com) + * symfile.c (symbol_file_add): When verbose is set, print + the names of files from which symbols are being loaded, as + when from_tty is true. + * solib.c: Completely reorganized (rewritten) to support SVR4 shared libraries in a manner very close to the original SunOS implementation. This support is expected to change and