top.c (print_gdb_configuration): Explain in output of --configuration
[deliverable/binutils-gdb.git] / gdb / top.c
index e78897f36c96b534b47e14b89596b440eec96a2e..46faaa73b0eba8ece8db5331a97e8c991b99b6fb 100644 (file)
--- 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\
+"));
 }
 \f
 
This page took 0.024185 seconds and 4 git commands to generate.