aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-01-17 14:30:20 +0000
committerDaniel Jacobowitz <drow@false.org>2006-01-17 14:30:20 +0000
commit891d2f0bc09fc0343fa8f2e28db8c7182e17b385 (patch)
tree9753ee5686e768c2d34d6e43829c2d1b9b91f5c6 /gdb/ChangeLog
parentcfd77fa13ec760bb2f8bc653b29cade7f958bbf8 (diff)
downloadgdb-891d2f0bc09fc0343fa8f2e28db8c7182e17b385.zip
gdb-891d2f0bc09fc0343fa8f2e28db8c7182e17b385.tar.gz
gdb-891d2f0bc09fc0343fa8f2e28db8c7182e17b385.tar.bz2
* dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
(read_offset): Change BYTES_READ argument to unsigned int. (dwarf2_build_psymtabs_easy, read_comp_unit_head) (create_all_comp_units, dwarf2_get_pc_bounds) (dwarf_decode_line_header, var_decode_location) (dwarf_decode_macros): Change local BYTES_READ variables to unsigned int. (read_indirect_string): Remove obsolete cast.
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 b08fa23..4a42c20 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
+ * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
+ (read_offset): Change BYTES_READ argument to unsigned int.
+ (dwarf2_build_psymtabs_easy, read_comp_unit_head)
+ (create_all_comp_units, dwarf2_get_pc_bounds)
+ (dwarf_decode_line_header, var_decode_location)
+ (dwarf_decode_macros): Change local BYTES_READ variables to
+ unsigned int.
+ (read_indirect_string): Remove obsolete cast.
+
+2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
+
* remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
argument.
(remote_fileio_func_open, remote_fileio_func_rename)