summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/print-symbol-loading.exp
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/gdb.base/print-symbol-loading.exp
parent40a6ca48cc99c52dda81172bfeab0bf831d440e9 (diff)
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/gdb.base/print-symbol-loading.exp')
-rw-r--r--gdb/testsuite/gdb.base/print-symbol-loading.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/print-symbol-loading.exp b/gdb/testsuite/gdb.base/print-symbol-loading.exp
index a080ce1e5a..1abfa2aef9 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}
}
}