* contrib/cc-with-tweaks.sh: Extend the comment for -p option.
This commit is contained in:
Jan Kratochvil 2013-02-15 20:30:16 +00:00
parent edceb2a99a
commit 7fb2b84a25
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
* contrib/cc-with-tweaks.sh: Extend the comment for -p option.
2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command

View file

@ -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