diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-22 07:18:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-22 07:18:10 +0000 |
commit | 160622076929d2cac8d47306b07d21823b9f6684 (patch) | |
tree | b1645218a148a9dba26fed4e4fa87fc307108714 /binutils/ChangeLog | |
parent | a432cc3d1ca43fdeeb1f0bf160b3531533629132 (diff) | |
download | gdb-160622076929d2cac8d47306b07d21823b9f6684.zip gdb-160622076929d2cac8d47306b07d21823b9f6684.tar.gz gdb-160622076929d2cac8d47306b07d21823b9f6684.tar.bz2 |
From Brad Lucier <lucier@math.purdue.edu>:
* readelf.c (process_version_sections): Add casts to make sure
argument to %* is an int.
(process_mips_specific): Add casts to make printf arguments match
format.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 89376b9..ac00cfc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2000-02-22 Ian Lance Taylor <ian@zembu.com> + + From Brad Lucier <lucier@math.purdue.edu>: + * readelf.c (process_version_sections): Add casts to make sure + argument to %* is an int. + (process_mips_specific): Add casts to make printf arguments match + format. + 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au> * objdump.c (dump_section_header): Change `opb' to unsigned. |