~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to bfd/libcoff.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
     used by ARM code.  */
111
111
  flagword flags;
112
112
 
 
113
  /* coff-stgo32 EXE stub header after BFD tdata has been allocated.  Its data
 
114
     is kept in internal_filehdr.go32stub beforehand.  */
 
115
  char *go32stub;
113
116
} coff_data_type;
114
117
 
115
118
/* Tdata for pe image files.  */
255
258
  unsigned short type;
256
259
 
257
260
  /* Symbol class.  */
258
 
  unsigned char class;
 
261
  unsigned char symbol_class;
259
262
 
260
263
  /* Number of auxiliary entries.  */
261
264
  char numaux;
395
398
  struct coff_debug_merge_type *next;
396
399
 
397
400
  /* Class of type.  */
398
 
  int class;
 
401
  int type_class;
399
402
 
400
403
  /* Symbol index where this type is defined.  */
401
404
  long indx;
604
607
  (struct bfd_link_info *);
605
608
extern bfd_boolean ppc_process_before_allocation
606
609
  (bfd *, struct bfd_link_info *);
607
 
 
608
610
/* Extracted from coffcode.h.  */
609
611
typedef struct coff_ptr_struct
610
612
{