gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 15 Feb 2013 20:30:16 +0000 (20:30 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 15 Feb 2013 20:30:16 +0000 (20:30 +0000)
* contrib/cc-with-tweaks.sh: Extend the comment for -p option.

gdb/ChangeLog
gdb/contrib/cc-with-tweaks.sh

index 529b6e07267cfd986234fc626e9350db8a526410..70e6250aab6aeb789083619601386326b04e6330 100644 (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
index e64857045150748e0696d7812580ba89d663cdea..f012c28bffcdebec642bd8efa543d0cbe9c44272 100755 (executable)
@@ -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
This page took 0.029456 seconds and 4 git commands to generate.