Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/freebsd.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end definitions used by all FreeBSD targets.
    2    Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001
     2   Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001, 2002
    33   Free Software Foundation, Inc.
    44
     
    6262
    6363#define MY_write_object_contents MY(write_object_contents)
    64 static boolean MY(write_object_contents) PARAMS ((bfd *abfd));
     64static bfd_boolean MY(write_object_contents) PARAMS ((bfd *abfd));
    6565
    6666#include "aout-target.h"
     
    7070   file header, symbols, and relocation.  */
    7171
    72 static boolean
     72static bfd_boolean
    7373MY(write_object_contents) (abfd)
    7474     bfd *abfd;
     
    103103  WRITE_HEADERS(abfd, execp);
    104104
    105   return true;
     105  return TRUE;
    106106}
Note: See TracChangeset for help on using the changeset viewer.