(process_mips_specific): Print conflictsno as an unsigned long.
This commit is contained in:
parent
abf9b42d35
commit
c7e7ca549d
@ -1,3 +1,8 @@
|
||||
2004-02-23 Daniel Lucq <daniel@lucq.org>
|
||||
|
||||
* readelf.c (process_mips_specific): Print conflictsno as an
|
||||
unsigned long.
|
||||
|
||||
2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
|
||||
|
||||
* dlltool.c (gen_exp_file): Always output names for forwarded symbols.
|
||||
|
@ -9787,8 +9787,8 @@ process_mips_specific (FILE *file)
|
||||
free (econf64);
|
||||
}
|
||||
|
||||
printf (_("\nSection '.conflict' contains %ld entries:\n"),
|
||||
(long) conflictsno);
|
||||
printf (_("\nSection '.conflict' contains %lu entries:\n"),
|
||||
(unsigned long) conflictsno);
|
||||
puts (_(" Num: Index Value Name"));
|
||||
|
||||
for (cnt = 0; cnt < conflictsno; ++cnt)
|
||||
|
Loading…
Reference in New Issue
Block a user