aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 28de7ba..0010275 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2008-05-23 Markus Deuling <deuling@de.ibm.com>
+ * annotate.c (annotate_source, annotate_frame_begin): Replace
+ deprecated_print_address_numeric with paddress.
+ * cli/cli-cmds.c (list_command, edit_command): Likewise.
+ * tui/tui-stack.c (tui_make_status_line): Likewise.
+
+ * defs.h (deprecated_print_address_numeric): Remove.
+ * printcmd.c (deprecated_print_address_numeric): Remove.
+ * maint.c (maint_print_section_info): Fix comment.
+
+2008-05-23 Markus Deuling <deuling@de.ibm.com>
+
* valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
print_binary_chars, print_char_chars): Add byte_order parameter and
replace gdbarch_byte_order.