~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to bfd/pc532-mach.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
#define MY_exec_header_not_counted 1
77
77
 
78
78
reloc_howto_type *ns32kaout_bfd_reloc_type_lookup
79
 
  PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
80
 
 
81
 
static bfd_boolean MY(write_object_contents)
82
 
  PARAMS ((bfd *abfd));
 
79
  (bfd *abfd, bfd_reloc_code_real_type code);
83
80
 
84
81
static bfd_boolean
85
 
MY(write_object_contents) (abfd)
86
 
     bfd *abfd;
 
82
MY(write_object_contents) (bfd *abfd)
87
83
{
88
84
  struct external_exec exec_bytes;
89
85
  struct internal_exec *execp = exec_hdr (abfd);