diff options
author | Manoj Iyer <manjo@austin.ibm.com> | 2005-06-06 22:24:25 +0000 |
---|---|---|
committer | Manoj Iyer <manjo@austin.ibm.com> | 2005-06-06 22:24:25 +0000 |
commit | 4066fc10776b1940f8a1abde88685d33bf9d576b (patch) | |
tree | 594ed93bb0bb2fd21901acbac209e1dbbc96cae6 /gdb/ChangeLog | |
parent | d30d42d114f42a348880adba875a3c278293a89a (diff) | |
download | gdb-4066fc10776b1940f8a1abde88685d33bf9d576b.zip gdb-4066fc10776b1940f8a1abde88685d33bf9d576b.tar.gz gdb-4066fc10776b1940f8a1abde88685d33bf9d576b.tar.bz2 |
solib-svr4.c gdb_byteised.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc22633..61aca1b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2005-06-06 Manoj Iyer <manjo@austin.ibm.com> + + * solib-svr4.c: 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. + (svr4_fetch_objfile_link_map): Converted type of l_name_buf to + gdb_byte. + 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk> * MAINTAINERS: Update my email address. |