* solib-irix.c (gdb_int32_bytes): Use gdb_byte instead of char.
authorDaniel Jacobowitz <drow@false.org>
Mon, 24 Jul 2006 22:04:13 +0000 (22:04 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 24 Jul 2006 22:04:13 +0000 (22:04 +0000)
commit725a826fe20473b9e336621197d47d9933203fe3
tree1ead21f7f103f5b1137e696b347a168c9c8638b5
parent72dca2f5ad7999a664dab5ee1bc68e44353a2556
* solib-irix.c (gdb_int32_bytes): Use gdb_byte instead of char.
(gdb_int64_bytes): Likewise.
(fetch_lm_info): Use .b fields of gdb_int32_bytes and gdb_int64_bytes
as first argument to extract_unsigned_integer to silence compiler
warnings.
gdb/ChangeLog
gdb/solib-irix.c