diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-17 02:31:06 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-17 02:31:06 +0000 |
commit | e49ad2d1d5b90c08b47a628a1e68c591029a5a15 (patch) | |
tree | 9114b63ccfe6a79e820431e18c8de6f6d8dbc54d /gdb/solib.c | |
parent | 5eae3750b9c334b4674593e17df0ac7a09b53ca0 (diff) | |
download | gdb-e49ad2d1d5b90c08b47a628a1e68c591029a5a15.tar.gz |
import gdb-1999-11-16 snapshot
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.c b/gdb/solib.c index bd490deef29..93eb06611c1 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -1277,7 +1277,7 @@ info_sharedlibrary_command (ignore, from_tty) if (exec_bfd == NULL) { - printf_unfiltered ("No exec file.\n"); + printf_unfiltered ("No executable file.\n"); return; } |