aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-09-11 08:31:44 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-09-11 08:31:44 +0000
commitedf9f00c51bc274219a12a2b572abc9ad259af96 (patch)
tree5af7a118a503547d87fc7a27c5bcb49f86cf712d /gdb/doc/ChangeLog
parent1d236d23086bc8ce7d85ed03e9721631e4145538 (diff)
downloadgdb-edf9f00c51bc274219a12a2b572abc9ad259af96.zip
gdb-edf9f00c51bc274219a12a2b572abc9ad259af96.tar.gz
gdb-edf9f00c51bc274219a12a2b572abc9ad259af96.tar.bz2
minidebuginfo: Fix stripping/debuginfo
gdb/doc/ 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create mini_debuginfo. Strip binary before adding mini_debuginfo to it. gdb/testsuite/ 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only debug part of the binary.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 442b601..1b3e45c 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
+ mini_debuginfo. Strip binary before adding mini_debuginfo to it.
+
+2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
+
Sync documentation with gdb.base/gnu-debugdata.exp.
* gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.