diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-10 14:51:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-10 14:51:04 +0000 |
commit | 3c9f43b196df798c2f2e6556a220caceaa96edea (patch) | |
tree | ccf09667a77d3bdbac08d246759868ee49d8e853 /binutils/ChangeLog | |
parent | 8db62801bd2efe1b9e6493b1a4ecadf605791b99 (diff) | |
download | gdb-3c9f43b196df798c2f2e6556a220caceaa96edea.zip gdb-3c9f43b196df798c2f2e6556a220caceaa96edea.tar.gz gdb-3c9f43b196df798c2f2e6556a220caceaa96edea.tar.bz2 |
Warning fixes.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cbb1165..abbda4f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2000-07-10 David Huggins-Daines <dhd@linuxcare.com> + + * stabs.c (parse_stab_range_type): Cast to proper type to fix + warning. + +2000-07-10 Ryan Bradetich <rbradetich@uswest.net> + + * readelf.c (get_dynamic_data): Add casts and use unsigned chars + to fix warnings. + (process_symbol_table): Ditto. + (procesS_extended_line_op): Ditto. + (display_debug_lines): Ditto. + (display_debug_pubnames): Ditto. + (read_and_display_attr): Ditto. + 2000-07-09 Nick Clifton <nickc@cygnus.com> * MAINTAINERS: Add several more port specific maintainers. |