diff options
author | Nick Clifton <nickc@redhat.com> | 2000-04-08 00:10:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-04-08 00:10:49 +0000 |
commit | f0376cf21a3e223363b5d5a8f19280c0aba26329 (patch) | |
tree | cf3b76ed89d3294623e11d39fa7c0fa19e69ff9e /bfd/elfarm-oabi.c | |
parent | ef560f09663c6cd13c92871649c4e512689ee0eb (diff) | |
download | gdb-f0376cf21a3e223363b5d5a8f19280c0aba26329.tar.gz |
Add support for R_ARM_XPC25 and R_ARM_THM_XPC22 relocs
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 72f62f23809..833f509cb79 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" |