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 | dfc5f959f382fb049adadf27a404131680d0e8d7 (patch) | |
tree | 8f6a1d40873862cc5a3c9cc483cd48b0f33dc7c9 /bfd/elfarm-oabi.c | |
parent | 8725b940b20e251b804d5209dcf6ed317eb3b00b (diff) | |
download | gdb-dfc5f959f382fb049adadf27a404131680d0e8d7.zip gdb-dfc5f959f382fb049adadf27a404131680d0e8d7.tar.gz gdb-dfc5f959f382fb049adadf27a404131680d0e8d7.tar.bz2 |
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 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" |