mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
* elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define. * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define. * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2002-10-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
|
||||||
|
* elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
|
||||||
|
* elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
|
||||||
|
* elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
|
||||||
|
|
||||||
2002-10-15 Richard Henderson <rth@redhat.com>
|
2002-10-15 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
|
* Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#undef TARGET_LITTLE_SYM
|
#undef TARGET_LITTLE_SYM
|
||||||
#define TARGET_LITTLE_SYM bfd_elf32_i386qnx_vec
|
#define TARGET_LITTLE_SYM bfd_elf32_i386qnx_vec
|
||||||
|
#undef TARGET_LITTLE_NAME
|
||||||
|
#define TARGET_LITTLE_NAME "elf32-i386-nto"
|
||||||
|
|
||||||
#include "elf32-target.h"
|
#include "elf32-target.h"
|
||||||
|
|
||||||
|
@ -25,8 +25,11 @@
|
|||||||
|
|
||||||
#undef TARGET_LITTLE_SYM
|
#undef TARGET_LITTLE_SYM
|
||||||
#define TARGET_LITTLE_SYM bfd_elf32_powerpcleqnx_vec
|
#define TARGET_LITTLE_SYM bfd_elf32_powerpcleqnx_vec
|
||||||
|
#undef TARGET_LITTLE_NAME
|
||||||
|
#define TARGET_LITTLE_NAME "elf32-powerpcle-nto"
|
||||||
#undef TARGET_BIG_SYM
|
#undef TARGET_BIG_SYM
|
||||||
#define TARGET_BIG_SYM bfd_elf32_powerpcqnx_vec
|
#define TARGET_BIG_SYM bfd_elf32_powerpcqnx_vec
|
||||||
|
#undef TARGET_BIG_NAME
|
||||||
|
#define TARGET_BIG_NAME "elf32-powerpc-nto"
|
||||||
|
|
||||||
#include "elf32-target.h"
|
#include "elf32-target.h"
|
||||||
|
|
||||||
|
@ -24,8 +24,11 @@
|
|||||||
|
|
||||||
#undef TARGET_LITTLE_SYM
|
#undef TARGET_LITTLE_SYM
|
||||||
#define TARGET_LITTLE_SYM bfd_elf32_shlqnx_vec
|
#define TARGET_LITTLE_SYM bfd_elf32_shlqnx_vec
|
||||||
|
#undef TARGET_LITTLE_NAME
|
||||||
|
#define TARGET_LITTLE_NAME "elf32-shl-nto"
|
||||||
#undef TARGET_BIG_SYM
|
#undef TARGET_BIG_SYM
|
||||||
#define TARGET_BIG_SYM bfd_elf32_shqnx_vec
|
#define TARGET_BIG_SYM bfd_elf32_shqnx_vec
|
||||||
|
#undef TARGET_BIG_NAME
|
||||||
|
#define TARGET_BIG_NAME "elf32-sh-nto"
|
||||||
|
|
||||||
#include "elf32-target.h"
|
#include "elf32-target.h"
|
||||||
|
|
||||||
|
@ -24,8 +24,12 @@
|
|||||||
|
|
||||||
#undef TARGET_LITTLE_SYM
|
#undef TARGET_LITTLE_SYM
|
||||||
#define TARGET_LITTLE_SYM bfd_elf32_littlearmqnx_vec
|
#define TARGET_LITTLE_SYM bfd_elf32_littlearmqnx_vec
|
||||||
|
#undef TARGET_LITTLE_NAME
|
||||||
|
#define TARGET_LITTLE_NAME "elf32-littlearm-nto"
|
||||||
#undef TARGET_BIG_SYM
|
#undef TARGET_BIG_SYM
|
||||||
#define TARGET_BIG_SYM bfd_elf32_bigarmqnx_vec
|
#define TARGET_BIG_SYM bfd_elf32_bigarmqnx_vec
|
||||||
|
#undef TARGET_BIG_NAME
|
||||||
|
#define TARGET_BIG_NAME "elf32-bigarm-nto"
|
||||||
|
|
||||||
/* QNX Neutrino for ARM has a max pagesize of 0x1000. */
|
/* QNX Neutrino for ARM has a max pagesize of 0x1000. */
|
||||||
#undef ELF_MAXPAGESIZE
|
#undef ELF_MAXPAGESIZE
|
||||||
|
Reference in New Issue
Block a user