]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/ar.c
* ar.c (print_contents): Cast args of bfd_seek to the right types.
authorAlan Modra <amodra@gmail.com>
Tue, 18 Sep 2001 10:05:55 +0000 (10:05 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 18 Sep 2001 10:05:55 +0000 (10:05 +0000)
commite59b4dfbd29ce7a0dc6f84fdb58d16cb31c988d8
tree92801e005af874205a94a0735513895d67201f7d
parent17c1c87fca0e11b8d81916ab21b04a58c6bd3146
* ar.c (print_contents): Cast args of bfd_seek to the right types.
Replace bfd_read call with call to bfd_bread.
(extract_file): Likewise.

* objdump.c (dump_section_header): Cast section->filepos to
unsigned long to suit printf format string.
* readelf.c (process_section_headers): Similarly for sh_offset.
(process_unwind): Likewise.
binutils/ChangeLog
binutils/ar.c
binutils/objdump.c
binutils/readelf.c