src/binutils ChangeLog ar.c objdump.c readelf.c
amodra@sourceware.cygnus.com
amodra@sourceware.cygnus.com
Tue Sep 18 03:05:00 GMT 2001
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sources.redhat.com 2001-09-18 03:05:55
Modified files:
binutils : ChangeLog ar.c objdump.c readelf.c
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.338&r2=1.339
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ar.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.119&r2=1.120
More information about the Binutils-cvs
mailing list