aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-08-11 17:21:07 -0700
committerDoug Evans <dje@google.com>2014-08-11 17:21:07 -0700
commitd769e349bc2c28261d4b2391b58eb7dc3f452e99 (patch)
tree48ba127ee303169dd59d56d274fb3a0a07a2d482 /gdb/testsuite
parent40a6ca48cc99c52dda81172bfeab0bf831d440e9 (diff)
downloadgdb-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/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/print-symbol-loading.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6ae9f6e..a6e4714 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-11 Doug Evans <dje@google.com>
+
+ * gdb.base/print-symbol-loading.exp (test_load_core): Update.
+ (test_load_shlib): Update.
+
2014-08-09 Yao Qi <yao@codesourcery.com>
* gdb.base/display.exp: Invoke is_address_zero_readable.
diff --git a/gdb/testsuite/gdb.base/print-symbol-loading.exp b/gdb/testsuite/gdb.base/print-symbol-loading.exp
index a080ce1..1abfa2a 100644
--- a/gdb/testsuite/gdb.base/print-symbol-loading.exp
+++ b/gdb/testsuite/gdb.base/print-symbol-loading.exp
@@ -93,7 +93,7 @@ proc test_load_core { print_symbol_loading } {
}
"full" {
gdb_test "set solib-search-path [file dirname ${binfile_lib}]" \
- "Reading symbols from.*Loaded symbols for.*" \
+ "Reading symbols from.*" \
${test_name}
}
}
@@ -129,7 +129,7 @@ proc test_load_shlib { print_symbol_loading } {
}
"full" {
gdb_test "sharedlibrary .*" \
- "Reading symbols from.*Loaded symbols for.*" \
+ "Reading symbols from.*" \
${test_name}
}
}