diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-10-05 03:37:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-10-05 03:37:54 +0000 |
commit | cba6760b24f9456fd81e9a8df416a8ed50c1923c (patch) | |
tree | 79261dab58e9e8eb015289f237e81d189aaa5620 | |
parent | 1bec01fc8bdbc4870d6f19d735eb99bb3d09cd7c (diff) | |
download | gdb-cba6760b24f9456fd81e9a8df416a8ed50c1923c.zip gdb-cba6760b24f9456fd81e9a8df416a8ed50c1923c.tar.gz gdb-cba6760b24f9456fd81e9a8df416a8ed50c1923c.tar.bz2 |
Sun Oct 4 23:29:34 1998 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000-core.c (rs6000coff_core_file_matches_executable_p):
Declare size as bfd_size_type.
(rs6000coff_get_section_contents): Declare count as bfd_size_type.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e6777f..b203c9b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Sun Oct 4 23:29:34 1998 David Edelsohn <edelsohn@mhpcc.edu> + + * rs6000-core.c (rs6000coff_core_file_matches_executable_p): + Declare size as bfd_size_type. + (rs6000coff_get_section_contents): Declare count as bfd_size_type. + Sun Oct 4 20:38:29 1998 Jeffrey A Law (law@cygnus.com) * cpu-hppa.c (bfd_hppa20_arch): Define. Link it into the bfd_hppa_arch |