]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Warn if add-symbol-file does not provide any symbols
authorTom Tromey <tromey@adacore.com>
Tue, 4 Jun 2019 19:35:44 +0000 (13:35 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 14 Jun 2019 18:38:15 +0000 (12:38 -0600)
A user suggested that add-symbol-file ought to warn if the file does
not in fact provide any symbols.  This seemed like a decent idea, so
this patch implements this idea.

Tested on x86-64 Fedora 29.

gdb/ChangeLog
2019-06-14  Tom Tromey  <tromey@adacore.com>

* symfile.c (add_symbol_file_command): Remove obsolete comment.
Warn if symbol file does not provide any symbols.

gdb/testsuite/ChangeLog
2019-06-14  Tom Tromey  <tromey@adacore.com>

* gdb.base/symfile-warn.exp: New file.
* gdb.base/symfile-warn.c: New file.


No differences found