From: Eli Zaretskii Date: Sat, 6 Jul 2013 07:34:48 +0000 (+0000) Subject: top.c (print_gdb_configuration): Explain in output of --configuration X-Git-Tag: cygwin-1_7_21-release~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48d1d6f5c68bc657a1fce9c527bfc2602c43488a;p=external%2Fbinutils.git top.c (print_gdb_configuration): Explain in output of --configuration what does "relocatable" mean. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8e57a1c..09d5aac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2013-07-06 Eli Zaretskii + * top.c (print_gdb_configuration): Explain in output of + --configuration what does "relocatable" mean. + * main.c (print_gdb_help): Regroup options in the --help text. See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for the relevant discussions. diff --git a/gdb/top.c b/gdb/top.c index e78897f..46faaa7 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\ +")); }