summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-01-14 21:01:24 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-01-14 21:01:24 +0000
commit95f4c8f6fa84b6178c7288704414630e3ac15f18 (patch)
tree5e6f8eddc0917478f0a870cebc4821121022e4d0 /gdb/ChangeLog
parente10f16a4071bc4f8463d3830241f3e8d9cea1598 (diff)
downloadgdb-95f4c8f6fa84b6178c7288704414630e3ac15f18.tar.gz
gdb/
Support PIEs with no symfile_objfile. * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point. * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block. gdb/testsuite/ Support PIEs with no symfile_objfile. * gdb.base/break-interp.exp: New argument at the test_ld calls. (test_ld): New parameter trynosym. (test_ld <$trynosym>): New block.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ffcbe7414c9..875e65afb7d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Support PIEs with no symfile_objfile.
+ * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
+ * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
+
+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.