* somsolib.c (dld_cache): Replace boolean by int for field is_valid.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 3 Dec 2002 00:13:45 +0000 (00:13 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 3 Dec 2002 00:13:45 +0000 (00:13 +0000)
commit504d5c7e6af52a59551dfa0b4a008f730eec5203
tree873bac0c389fb263f87b2b491c07b9205f637bb8
parent07c0b9a747acfd63ec940fdd8cc87ddcb8e98ece
   * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
       Fixes a build failure on HP/UX.

       * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
       failure on HP/UX.
       (hpread_has_name): Advance declaration to avoid a compilation warning.
       (pst_syms_count): Add missing variable type. By change, the compiler
       was defaulting to int, which seems a good choice. Fixes a compilation
       warning.
       (pst_syms_size): Likewise.
gdb/ChangeLog
gdb/hpread.c
gdb/somsolib.c
This page took 0.028269 seconds and 4 git commands to generate.