diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-07-06 07:34:48 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-07-06 07:34:48 +0000 |
commit | 48d1d6f5c68bc657a1fce9c527bfc2602c43488a (patch) | |
tree | 6ab12e4baa14d0307262be2b153b62539a617831 /gdb/top.c | |
parent | b187bec1eb65109af52a83aae69eb81e036882a6 (diff) | |
download | gdb-48d1d6f5c68bc657a1fce9c527bfc2602c43488a.zip gdb-48d1d6f5c68bc657a1fce9c527bfc2602c43488a.tar.gz gdb-48d1d6f5c68bc657a1fce9c527bfc2602c43488a.tar.bz2 |
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.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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\ +")); } |