diff options
author | Doug Evans <dje@google.com> | 2013-01-16 22:02:16 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-01-16 22:02:16 +0000 |
commit | fb8cf7c532d406a44b77670cf7ad09046dc04c5e (patch) | |
tree | 8e21517b80b2ee3c9380956a2517fdacbe87f194 /gdb/contrib | |
parent | 1788fc08f7a091f246a41cd14d2b612d4253e55b (diff) | |
download | gdb-fb8cf7c532d406a44b77670cf7ad09046dc04c5e.zip gdb-fb8cf7c532d406a44b77670cf7ad09046dc04c5e.tar.gz gdb-fb8cf7c532d406a44b77670cf7ad09046dc04c5e.tar.bz2 |
* contrib/cc-with-tweaks.sh: Add references to Fission docs.
Diffstat (limited to 'gdb/contrib')
-rwxr-xr-x | gdb/contrib/cc-with-tweaks.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh index e8e8ff0..e648570 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 |