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

« back to all changes in this revision

Viewing changes to bfd/i386msdos.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:
1
1
/* BFD back-end for MS-DOS executables.
2
 
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002
3
 
   Free Software Foundation, Inc.
 
2
   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002,
 
3
   2003 Free Software Foundation, Inc.
4
4
   Written by Bryan Ford of the University of Utah.
5
5
 
6
6
   Contributed by the Center for Software Science at the
61
61
static bfd_boolean msdos_write_object_contents
62
62
  PARAMS ((bfd *));
63
63
static bfd_boolean msdos_set_section_contents
64
 
  PARAMS ((bfd *, sec_ptr, PTR, file_ptr, bfd_size_type));
 
64
  PARAMS ((bfd *, sec_ptr, const PTR, file_ptr, bfd_size_type));
65
65
 
66
66
static int
67
67
msdos_sizeof_headers (abfd, exec)
139
139
msdos_set_section_contents (abfd, section, location, offset, count)
140
140
     bfd *abfd;
141
141
     sec_ptr section;
142
 
     PTR location;
 
142
     const PTR location;
143
143
     file_ptr offset;
144
144
     bfd_size_type count;
145
145
{