aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/bfd/cache.c
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/cache.c
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/cache.c')
-rw-r--r--contrib/binutils/bfd/cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/bfd/cache.c b/contrib/binutils/bfd/cache.c
index 6db6a6b4d56d..5252cc9d1320 100644
--- a/contrib/binutils/bfd/cache.c
+++ b/contrib/binutils/bfd/cache.c
@@ -1,7 +1,7 @@
/* BFD library -- caching of file descriptors.
Copyright 1990, 1991, 1992, 1993, 1994, 1996, 2000, 2001, 2002,
- 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
Hacked by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
@@ -40,8 +40,8 @@ SUBSECTION
Caching functions
*/
-#include "bfd.h"
#include "sysdep.h"
+#include "bfd.h"
#include "libbfd.h"
#include "libiberty.h"