summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-07-06 07:34:48 +0000
committerEli Zaretskii <eliz@gnu.org>2013-07-06 07:34:48 +0000
commit1dafc5fd9caefc8306e4e45083b0ba8c20b42d43 (patch)
tree8c5567369701cd7813663bc343771d82d61a4be9 /gdb/top.c
parent88fb6edc3722f678d8f7aa5ae65daf9ec6dc12b3 (diff)
downloadgdb-1dafc5fd9caefc8306e4e45083b0ba8c20b42d43.tar.gz
top.c (print_gdb_configuration): Explain in output of --configuration
what does "relocatable" mean.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/top.c b/gdb/top.c
index e78897f36c9..46faaa73b0e 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1241,6 +1241,12 @@ This GDB was configured as follows:\n\
--without-babeltrace\n\
"));
#endif
+ /* We assume "relocatable" will be printed at least once, thus we always
+ print this text. It's a reasonably safe assumption for now. */
+ fprintf_filtered (stream, _("\n\
+(\"Relocatable\" means the directory can be moved with the GDB installation\n\
+tree, and GDB will still find it.)\n\
+"));
}