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 529b6e0..70e6250 100644 (file)
@@ -1,5 +1,9 @@
 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
        and dir commands into an if block.
 
index e648570..f012c28 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