aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 34dcb5d..2082d65 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * objfiles.c (objfile_relocate1): Change the return type to int.
+ Describe the new return value. Return non-zero if data changed.
+ (objfile_relocate): New variable changed. Set it. Call
+ breakpoint_re_set depending on CHANGED.
+
+2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
+
Implement binary numbers parsing.
* c-exp.y (parse_number): New case 'b' and 'B'.