aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/bfd/netbsd.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-11-01 19:35:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-11-01 19:35:33 +0000
commit97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc (patch)
tree461aafc934d462eb9b9221308f8e25238c0ada62 /contrib/binutils/bfd/netbsd.h
parentf4fd60a2a35a12f9ca8c2ec5dba8297acfd083e0 (diff)
parentb3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (diff)
downloadsrc-97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc.tar.gz
src-97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc.zip
Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which brings
us up to version 2.17.50.20070703, at the last GPLv2 commit. Amongst others, this added upstream support for some FreeBSD-specific things that we previously had to manually hack in, such as the OSABI label support, and so on. There are also quite a number of new files, some for cpu's (e.g. SPU) that we may or may not be interested in, but those can be cleaned up later on, if needed.
Notes
Notes: svn path=/projects/binutils-2.17/; revision=214634
Diffstat (limited to 'contrib/binutils/bfd/netbsd.h')
-rw-r--r--contrib/binutils/bfd/netbsd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/bfd/netbsd.h b/contrib/binutils/bfd/netbsd.h
index 92f6a7d2fd19..7182eda90475 100644
--- a/contrib/binutils/bfd/netbsd.h
+++ b/contrib/binutils/bfd/netbsd.h
@@ -1,6 +1,6 @@
/* BFD back-end definitions used by all NetBSD targets.
- Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2005
- Free Software Foundation, Inc.
+ Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002,
+ 2005, 2007 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -50,8 +50,8 @@
((exec).a_info = \
((exec).a_info & 0x03ffffff) | ((flags & 0x03f) << 26))
-#include "bfd.h"
#include "sysdep.h"
+#include "bfd.h"
#include "libbfd.h"
#include "libaout.h"