summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/bfd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-16 06:13:06 +0000
committerobrien <obrien@FreeBSD.org>2004-06-16 06:13:06 +0000
commit4400c540b21d54e04ef33cb49a92f9b9bca038ac (patch)
treeba6b5678ac33ee8096afab0599a27d8a67a19b1a /contrib/binutils/bfd
parent3b3f82635d1d3f8b1b25ae13a6ac7095e5d7bdcf (diff)
downloadFreeBSD-src-4400c540b21d54e04ef33cb49a92f9b9bca038ac.zip
FreeBSD-src-4400c540b21d54e04ef33cb49a92f9b9bca038ac.tar.gz
Merge rev 1.2 (configuration changes to support FreeBSD) into Binutils 2.15.
Diffstat (limited to 'contrib/binutils/bfd')
-rw-r--r--contrib/binutils/bfd/freebsd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/binutils/bfd/freebsd.h b/contrib/binutils/bfd/freebsd.h
index 7e80b1a..5b0ede1 100644
--- a/contrib/binutils/bfd/freebsd.h
+++ b/contrib/binutils/bfd/freebsd.h
@@ -1,5 +1,5 @@
/* BFD back-end definitions used by all FreeBSD targets.
- Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001
+ Copyright 1990, 1991, 1992, 1996, 1997, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -70,13 +70,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define MY_bfd_final_link MY(bfd_final_link)
#define MY_write_object_contents MY(write_object_contents)
-static boolean MY(bfd_final_link) PARAMS ((bfd *, struct bfd_link_info *));
-static boolean MY(write_object_contents) PARAMS ((bfd *abfd));
+static bfd_boolean MY(bfd_final_link) PARAMS ((bfd *, struct bfd_link_info *));
+static bfd_boolean MY(write_object_contents) PARAMS ((bfd *abfd));
static long freebsd_swap_magic PARAMS ((void *ext));
#include "aout-target.h"
-static boolean
+static bfd_boolean
MY(bfd_final_link) (abfd, info)
bfd *abfd;
struct bfd_link_info *info;
@@ -107,7 +107,7 @@ freebsd_swap_magic (ext)
Section contents have already been written. We write the
file header, symbols, and relocation. */
-static boolean
+static bfd_boolean
MY(write_object_contents) (abfd)
bfd *abfd;
{
@@ -140,5 +140,5 @@ MY(write_object_contents) (abfd)
WRITE_HEADERS(abfd, execp);
- return true;
+ return TRUE;
}
OpenPOWER on IntegriCloud