~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to bfd/archive.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
  unsigned int parsed_size;
754
754
  carsym *carsyms;
755
755
  bfd_size_type nsymz;          /* Number of symbols in armap.  */
756
 
  bfd_vma (*swap) (const bfd_byte *);
 
756
  bfd_vma (*swap) (const void *);
757
757
  char int_buf[sizeof (long)];
758
758
  bfd_size_type carsym_size, ptrsize;
759
759
  unsigned int i;