From: Jan Kratochvil Date: Fri, 15 Feb 2013 20:30:16 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fb2b84a2579cdde9b2f0fefa95a45cf2b022022;p=binutils-gdb.git gdb/ * contrib/cc-with-tweaks.sh: Extend the comment for -p option. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 529b6e07267..70e6250aab6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-02-15 Jan Kratochvil + + * contrib/cc-with-tweaks.sh: Extend the comment for -p option. + 2013-02-15 Jan Kratochvil * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh index e6485704515..f012c28bffc 100755 --- a/gdb/contrib/cc-with-tweaks.sh +++ b/gdb/contrib/cc-with-tweaks.sh @@ -43,7 +43,7 @@ # -z compress using dwz # -m compress using dwz -m # -i make an index -# -p create .dwp files (Fission) +# -p create .dwp files (Fission), you need to also use gcc option -gsplit-dwarf # If nothing is given, no changes are made myname=cc-with-tweaks.sh