diff options
author | Doug Evans <dje@google.com> | 2014-08-11 17:21:07 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-08-11 17:21:07 -0700 |
commit | d769e349bc2c28261d4b2391b58eb7dc3f452e99 (patch) | |
tree | 48ba127ee303169dd59d56d274fb3a0a07a2d482 /gdb/ChangeLog | |
parent | 40a6ca48cc99c52dda81172bfeab0bf831d440e9 (diff) | |
download | gdb-d769e349bc2c28261d4b2391b58eb7dc3f452e99.zip gdb-d769e349bc2c28261d4b2391b58eb7dc3f452e99.tar.gz gdb-d769e349bc2c28261d4b2391b58eb7dc3f452e99.tar.bz2 |
Delete "Loaded symbols for ..." message, it is redundant.
* solib.c (solib_read_symbols): Delete "Loaded symbols for ..."
message, it is redundant with "Reading symbols from ..." message.
testsuite/
* gdb.base/print-symbol-loading.exp (test_load_core): Update.
(test_load_shlib): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33b6f54..5f96259 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-08-11 Doug Evans <dje@google.com> + + * solib.c (solib_read_symbols): Delete "Loaded symbols for ..." + message, it is redundant with "Reading symbols from ..." message. + 2014-08-10 Doug Evans <xdje42@gmail.com> * linux-nat.c (linux_nat_thread_address_space): Delete dead code. |