OSDN Git Service

* ar.c (print_contents): Cast args of bfd_seek to the right types.
authoramodra <amodra>
Tue, 18 Sep 2001 10:05:55 +0000 (10:05 +0000)
committeramodra <amodra>
Tue, 18 Sep 2001 10:05:55 +0000 (10:05 +0000)
commit57ad6f8e7fc347f7f29f1edf84add0ef34046831
tree1cea31e942972d5e36bab07f742272f3b1608442
parenteed33e73c2a3f28d54c89c0059e8943b1e7b062c
* 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