projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4507afd
)
* bfd.c (bfd_record_phdr): Cast count to size_t before
author
Ian Lance Taylor
<ian@airs.com>
Fri, 4 Apr 1997 20:59:36 +0000
(20:59 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 4 Apr 1997 20:59:36 +0000
(20:59 +0000)
subtraction.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 1991830710d729cc82c99fe76b4bf50bf81c8661..3678454fc5fd58dc37077e10236d5dd20c58fc03 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,5
+1,8
@@
Fri Apr 4 11:37:15 1997 Ian Lance Taylor <ian@cygnus.com>
+ * bfd.c (bfd_record_phdr): Cast count to size_t before
+ subtraction.
+
* coff-ppc.c (dump_toc): Add cast to avoid warning from SunOS cc.
* coff-rs6000.c (xcoff_read_ar_hdr): Likewise.
(xcoff_write_archive_contents): LIkewise.