diff options
author | David Carlton <carlton@bactrian.org> | 2002-11-15 19:19:28 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-11-15 19:19:28 +0000 |
commit | 111a4444749ee1570694eb9b1542cdf4112fba4e (patch) | |
tree | aa3a0e53c0692302ea8ed9b48cb8f81860bd3e02 /bfd/elfarm-nabi.c | |
parent | af3142547dec4d6a640c3f8b012cf5e98cc9ba9d (diff) | |
download | gdb-111a4444749ee1570694eb9b1542cdf4112fba4e.tar.gz |
2002-11-15 David Carlton <carlton@math.stanford.edu>
* Merge from mainline; tag is carlton_dictionary-20021115-merge.
Diffstat (limited to 'bfd/elfarm-nabi.c')
-rw-r--r-- | bfd/elfarm-nabi.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/bfd/elfarm-nabi.c b/bfd/elfarm-nabi.c index bd34a14d258..dcf6808226d 100644 --- a/bfd/elfarm-nabi.c +++ b/bfd/elfarm-nabi.c @@ -750,26 +750,3 @@ elf32_arm_nabi_grok_psinfo (abfd, note) #define elf_backend_grok_psinfo elf32_arm_nabi_grok_psinfo #include "elf32-arm.h" - -/* QNX support. */ -#include "elf32-qnx.h" - -#undef TARGET_LITTLE_SYM -#define TARGET_LITTLE_SYM bfd_elf32_littlearmqnx_vec -#undef TARGET_LITTLE_NAME -#define TARGET_LITTLE_NAME "elf32-littlearm-nto" -#undef TARGET_BIG_SYM -#define TARGET_BIG_SYM bfd_elf32_bigarmqnx_vec -#undef TARGET_BIG_NAME -#define TARGET_BIG_NAME "elf32-bigarm-nto" -#undef ELF_MAXPAGESIZE -#define ELF_MAXPAGESIZE 0x1000 - -#define elf32_bed elf32_arm_qnx_bed - -#include "elf32-target.h" - -#undef elf_backend_set_nonloadable_filepos -#undef elf_backend_is_contained_by_filepos -#undef elf_backend_copy_private_bfd_data_p -#undef elf32_bed |