| Index: bfd/aout-cris.c
|
| diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c
|
| index f1f30601f40ec3408d107bf1b182b5b0926738c6..3e3d21ad7a73769ae2d959b3784a3c71b64bf34e 100644
|
| --- a/bfd/aout-cris.c
|
| +++ b/bfd/aout-cris.c
|
| @@ -1,5 +1,5 @@
|
| /* BFD backend for CRIS a.out binaries.
|
| - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
|
| + Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2012
|
| Free Software Foundation, Inc.
|
| Contributed by Axis Communications AB.
|
| Written by Hans-Peter Nilsson.
|
| @@ -66,6 +66,7 @@
|
| #define MY(OP) CONCAT2 (cris_aout_,OP)
|
| #define NAME(x, y) CONCAT3 (cris_aout,_32_,y)
|
|
|
| +#include "sysdep.h"
|
| #include "bfd.h"
|
|
|
| /* Version 1 of the header. */
|
|
|