OSDN Git Service

* somsolib.c (dld_cache): Replace boolean by int for field is_valid.
authorbrobecke <brobecke>
Tue, 3 Dec 2002 00:13:44 +0000 (00:13 +0000)
committerbrobecke <brobecke>
Tue, 3 Dec 2002 00:13:44 +0000 (00:13 +0000)
commite3b9d4eb1052df08f39fa18de19e47f9b23a7dcd
tree3080b38ff75629d06cd08433bf3d987149342dbf
parent141346e10de8cc2660336b93a2d53839073d6699
   * 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