mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* contrib/cc-with-tweaks.sh: Add references to Fission docs.
This commit is contained in:
parent
1788fc08f7
commit
fb8cf7c532
@ -1,3 +1,7 @@
|
|||||||
|
2013-01-16 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* contrib/cc-with-tweaks.sh: Add references to Fission docs.
|
||||||
|
|
||||||
2013-01-16 Pedro Alves <palves@redhat.com>
|
2013-01-16 Pedro Alves <palves@redhat.com>
|
||||||
Tom Tromey <tromey@redhat.com>
|
Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
@ -30,6 +30,9 @@
|
|||||||
# CC_FOR_TARGET="/bin/sh $srcdir/gdb/contrib/cc-with-tweaks.sh ARGS gcc" \
|
# 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++"
|
# 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 documentation on index files: info -f gdb.info -n "Index Files"
|
||||||
# For information about 'dwz', see the announcement:
|
# For information about 'dwz', see the announcement:
|
||||||
# http://gcc.gnu.org/ml/gcc/2012-04/msg00686.html
|
# http://gcc.gnu.org/ml/gcc/2012-04/msg00686.html
|
||||||
@ -40,6 +43,7 @@
|
|||||||
# -z compress using dwz
|
# -z compress using dwz
|
||||||
# -m compress using dwz -m
|
# -m compress using dwz -m
|
||||||
# -i make an index
|
# -i make an index
|
||||||
|
# -p create .dwp files (Fission)
|
||||||
# If nothing is given, no changes are made
|
# If nothing is given, no changes are made
|
||||||
|
|
||||||
myname=cc-with-tweaks.sh
|
myname=cc-with-tweaks.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user