PR binutils/13534
authorNick Clifton <nickc@redhat.com>
Fri, 20 Jan 2012 14:42:57 +0000 (14:42 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 20 Jan 2012 14:42:57 +0000 (14:42 +0000)
commitf1bb16f888ae3230ecac7530db7b2dab3dcddfe2
treec1353b3060a29ffcbedd7823afbc2412b1b98183
parent2128eb399e7c8ad74793352fa88fdee4a5767fe8
PR binutils/13534
* archive.c (_bfd_ar_sizepad): New function. Correctly install and
pad the size field in an archive header.
(_bfd_generic_read_ar_hdr_mag): Use the correct type and scan
function for the archive size field.
(bfd_generic_openr_next_archived_file): Likewise.
(do_slurp_coff_armap): Likewise.
(_bfd_write_archive_contents): Likewise.
(_bfd_bsd44_write_ar_hdr): Use the new function.
(bfd_ar_hdr_from_filesystem): Likewise.
(_bfd_write_archive_contents): Likewise.
(bsd_write_armap): Likewise.
(coff_write_armap): Likewise.
* archive64.c (bfd_elf64_archive_write_armap): Likewise.
* bfdio.c (bfd_bread): Use correct type for archive element
sizes.
* ar.c (open_inarch): Likewise.
(extract_file): Likewise.
* libbfd-in.h (struct areltdata): Use correct types for
parsed_size and extra_size fields.
Prototype _bfd_ar_sizepad function.
* libbfd.h: Regenerate.
bfd/ChangeLog
bfd/archive.c
bfd/archive64.c
bfd/bfdio.c
bfd/libbfd-in.h
bfd/libbfd.h
This page took 0.024712 seconds and 4 git commands to generate.