/[gcl]/gcl/binutils/bfd/freebsd.h
ViewVC logotype

Diff of /gcl/binutils/bfd/freebsd.h

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

revision 1.1.1.1 by camm, Fri Aug 9 05:35:31 2002 UTC revision 1.1.1.1.20.1 by camm, Fri Sep 30 02:09:02 2005 UTC
# Line 1  Line 1 
1  /* BFD back-end definitions used by all FreeBSD targets.  /* BFD back-end definitions used by all FreeBSD targets.
2     Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001     Copyright 1990, 1991, 1992, 1996, 1997, 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 61  Foundation, Inc., 59 Temple Place - Suit Line 61  Foundation, Inc., 59 Temple Place - Suit
61  #define SWAP_MAGIC(ext) bfd_getl32 (ext)  #define SWAP_MAGIC(ext) bfd_getl32 (ext)
62    
63  #define MY_write_object_contents MY(write_object_contents)  #define MY_write_object_contents MY(write_object_contents)
64  static boolean MY(write_object_contents) PARAMS ((bfd *abfd));  static bfd_boolean MY(write_object_contents) PARAMS ((bfd *abfd));
65    
66  #include "aout-target.h"  #include "aout-target.h"
67    
# Line 69  static boolean MY(write_object_contents) Line 69  static boolean MY(write_object_contents)
69     Section contents have already been written.  We write the     Section contents have already been written.  We write the
70     file header, symbols, and relocation.  */     file header, symbols, and relocation.  */
71    
72  static boolean  static bfd_boolean
73  MY(write_object_contents) (abfd)  MY(write_object_contents) (abfd)
74       bfd *abfd;       bfd *abfd;
75  {  {
# Line 102  MY(write_object_contents) (abfd) Line 102  MY(write_object_contents) (abfd)
102    
103    WRITE_HEADERS(abfd, execp);    WRITE_HEADERS(abfd, execp);
104    
105    return true;    return TRUE;
106  }  }

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