From: Manoj Iyer Date: Tue, 7 Jun 2005 06:55:16 +0000 (+0000) Subject: Changed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9039b344c22a604b11d5d07641e87d08ec9c13ad;p=binutils-gdb.git Changed * solib-svr4.c: Change type of 'lm' to gdb_byte. to * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61aca1b355d..11104fac1aa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ 2005-06-06 Manoj Iyer - * solib-svr4.c: Change type of 'lm' to gdb_byte. + * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte. (elf_locate_base): Converted types of buf, bufend, pbuf, to gdb_byte. (first_link_map_member): Converted type of r_map_buf to gdb_byte. (open_symbol_file_object): Converted type of l_name_buf to gdb_byte.