aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-01-14 20:48:26 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-01-14 20:48:26 +0000
commitb8040f198caee93044ccfc5aacaa0c3244057b0a (patch)
tree377164e5942eca841914b8e2169f7962d72e3275 /gdb/testsuite/ChangeLog
parenta2a7d12cfc7afce610d6f2c45e7f8883668c9c56 (diff)
downloadgdb-b8040f198caee93044ccfc5aacaa0c3244057b0a.zip
gdb-b8040f198caee93044ccfc5aacaa0c3244057b0a.tar.gz
gdb-b8040f198caee93044ccfc5aacaa0c3244057b0a.tar.bz2
gdb/
* solib-svr4.c (svr4_relocate_main_executable): Move the static exec code part to ... (svr4_static_exec_displacement): ... a new function. (svr4_exec_displacement): New function. (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate new_offsets using alloca now. Remove variable old_chain and changed. Call objfile_relocate unconditionally now. gdb/testsuite/ * gdb.base/break-interp.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 0d440c6..5caf2a9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.base/break-interp.exp: New file.
+
2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.