~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to bfd/libecoff.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
extern bfd_boolean _bfd_ecoff_write_armap
271
271
  (bfd *, unsigned int, struct orl *, unsigned int, int);
272
272
#define _bfd_ecoff_read_ar_hdr _bfd_generic_read_ar_hdr
 
273
#define _bfd_ecoff_write_ar_hdr _bfd_generic_write_ar_hdr
273
274
#define _bfd_ecoff_openr_next_archived_file \
274
275
  bfd_generic_openr_next_archived_file
275
276
#define _bfd_ecoff_get_elt_at_index _bfd_generic_get_elt_at_index
315
316
extern bfd_boolean _bfd_ecoff_bfd_link_add_symbols
316
317
  (bfd *, struct bfd_link_info *);
317
318
#define _bfd_ecoff_bfd_link_just_syms _bfd_generic_link_just_syms
 
319
#define _bfd_ecoff_bfd_copy_link_hash_symbol_type \
 
320
  _bfd_generic_copy_link_hash_symbol_type
318
321
extern bfd_boolean _bfd_ecoff_bfd_final_link
319
322
  (bfd *, struct bfd_link_info *);
320
323