aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-02-22 07:18:10 +0000
committerIan Lance Taylor <ian@airs.com>2000-02-22 07:18:10 +0000
commit160622076929d2cac8d47306b07d21823b9f6684 (patch)
treeb1645218a148a9dba26fed4e4fa87fc307108714 /binutils/ChangeLog
parenta432cc3d1ca43fdeeb1f0bf160b3531533629132 (diff)
downloadgdb-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/ChangeLog8
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.