diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-14 20:48:26 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-14 20:48:26 +0000 |
commit | b8040f198caee93044ccfc5aacaa0c3244057b0a (patch) | |
tree | 377164e5942eca841914b8e2169f7962d72e3275 /gdb/ChangeLog | |
parent | a2a7d12cfc7afce610d6f2c45e7f8883668c9c56 (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ed5d3b..ffcbe74 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com> + + * 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. + 2010-01-14 Doug Evans <dje@google.com> * gdbtypes.c (arch_flags_type): Fix comment. |