~ubuntu-branches/ubuntu/gutsy/binutils/gutsy

« back to all changes in this revision

Viewing changes to bfd/libbfd-in.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 18:46:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801184610-o2erg3m3n7bjofvj
Tags: 2.17.20070801cvs-0ubuntu1
* CVS snapshot 20070801, taken from the trunk.
  - Fixes objcopy --only-keep-debug on amd64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
726
726
 
727
727
extern struct bfd_section_already_linked_hash_entry *
728
728
  bfd_section_already_linked_table_lookup (const char *);
729
 
extern void bfd_section_already_linked_table_insert
 
729
extern bfd_boolean bfd_section_already_linked_table_insert
730
730
  (struct bfd_section_already_linked_hash_entry *, asection *);
731
731
extern void bfd_section_already_linked_table_traverse
732
732
  (bfd_boolean (*) (struct bfd_section_already_linked_hash_entry *,