aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d213967..06d2870 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * arch-utils.c (gdbarch_update_p): Use default values for
+ info.abfd and info.target_desc if they are NULL.
+ (gdbarch_from_bfd): Remove assertion.
+ (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
+ using the current target description.
+ (gdbarch_info_fill): Do not use default values for info->abfd
+ and info->target_desc.
+
2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
* symfile.c (reread_symbols): Reload EXEC_BFD on its change.