aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-04-17 19:17:10 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-04-17 19:17:10 +0000
commit0283589814e341df59ca48e497ff6671fbcb5955 (patch)
tree2d7d4390e6b810a06a1fccb8956ea136fd947512 /gdb/ChangeLog
parent9a845ea22cc25f5346c9d465c9cb206319898bee (diff)
downloadgdb-0283589814e341df59ca48e497ff6671fbcb5955.zip
gdb-0283589814e341df59ca48e497ff6671fbcb5955.tar.gz
gdb-0283589814e341df59ca48e497ff6671fbcb5955.tar.bz2
gdb/
Fix libraries displacement if they change whether they were prelinked. * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer does not match. Comment why. gdb/testsuite/ * gdb.base/break-interp-lib.c (v, vptr): New variables. * gdb.base/break-interp.exp (test_attach): New comment.
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 9a862b1..2be27b5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Fix libraries displacement if they change whether they were prelinked.
+ * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
+ does not match. Comment why.
+
+2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* corelow.c: Include wrapper.h.
(core_open): Call now gdb_target_find_new_threads.
* wrapper.c: Include target.h.