From fb8cf7c532d406a44b77670cf7ad09046dc04c5e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 16 Jan 2013 22:02:16 +0000 Subject: [PATCH] * contrib/cc-with-tweaks.sh: Add references to Fission docs. --- gdb/ChangeLog | 4 ++++ gdb/contrib/cc-with-tweaks.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 90dd0c945c..b4484d41e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-01-16 Doug Evans + + * contrib/cc-with-tweaks.sh: Add references to Fission docs. + 2013-01-16 Pedro Alves Tom Tromey diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh index e8e8ff0074..e648570451 100755 --- a/gdb/contrib/cc-with-tweaks.sh +++ b/gdb/contrib/cc-with-tweaks.sh @@ -30,6 +30,9 @@ # CC_FOR_TARGET="/bin/sh $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS gcc" \ # CXX_FOR_TARGET="/bin/sh $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS g++" # +# For documentation on Fission and dwp files: +# http://gcc.gnu.org/wiki/DebugFission +# http://gcc.gnu.org/wiki/DebugFissionDWP # For documentation on index files: info -f gdb.info -n "Index Files" # For information about 'dwz', see the announcement: # http://gcc.gnu.org/ml/gcc/2012-04/msg00686.html @@ -40,6 +43,7 @@ # -z compress using dwz # -m compress using dwz -m # -i make an index +# -p create .dwp files (Fission) # If nothing is given, no changes are made myname=cc-with-tweaks.sh