diff options
Diffstat (limited to 'bfd/elfarm-oabi.c')
-rw-r--r-- | bfd/elfarm-oabi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/elfarm-oabi.c b/bfd/elfarm-oabi.c index 72f62f2..833f509 100644 --- a/bfd/elfarm-oabi.c +++ b/bfd/elfarm-oabi.c @@ -1,5 +1,5 @@ /* 32-bit ELF support for ARM old abi option. - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999, 2000 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -17,7 +17,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "elf/arm-oabi.h" +#define OLD_ARM_ABI + +#include "elf/arm.h" #include "bfd.h" #include "sysdep.h" #include "libbfd.h" |