aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ba39114..5bb89a2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2014-04-26 Yao Qi <yao@codesourcery.com>
+
+ * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
+ and compute the length of function main. Save it in
+ $main_length.
+ (Dwarf::assemble): Use $main_length instead of hard-coded 10.
+ (top-level): Use gdb_compile to compile objects into
+ executable and restart GDB. Remove invocation to
+ prepare_for_testing.
+
2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
Pedro Alves <palves@redhat.com>