/[gcl]/gcl/binutils/bfd/pc532-mach.c
ViewVC logotype

Diff of /gcl/binutils/bfd/pc532-mach.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:35:39 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:09:03 2005 UTC
# Line 1  Line 1 
1  /* BFD back-end for Mach3/532 a.out-ish binaries.  /* BFD back-end for Mach3/532 a.out-ish binaries.
2     Copyright 1990, 1991, 1992, 1994, 1995, 2000, 2001     Copyright 1990, 1991, 1992, 1994, 1995, 2000, 2001, 2002
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of BFD, the Binary File Descriptor library.  This file is part of BFD, the Binary File Descriptor library.
# Line 79  Foundation, Inc., 59 Temple Place - Suit Line 79  Foundation, Inc., 59 Temple Place - Suit
79  reloc_howto_type *ns32kaout_bfd_reloc_type_lookup  reloc_howto_type *ns32kaout_bfd_reloc_type_lookup
80    PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));    PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
81    
82  static boolean MY(write_object_contents)  static bfd_boolean MY(write_object_contents)
83    PARAMS ((bfd *abfd));    PARAMS ((bfd *abfd));
84    
85  static boolean  static bfd_boolean
86  MY(write_object_contents) (abfd)  MY(write_object_contents) (abfd)
87       bfd *abfd;       bfd *abfd;
88  {  {
# Line 106  MY(write_object_contents) (abfd) Line 106  MY(write_object_contents) (abfd)
106    
107    WRITE_HEADERS(abfd, execp);    WRITE_HEADERS(abfd, execp);
108    
109    return true;    return TRUE;
110  }  }
111    
112  #define MY_write_object_contents MY(write_object_contents)  #define MY_write_object_contents MY(write_object_contents)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.20.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26