binutils-gdb/bfd/elf32-e2k-pm-uclibc.c

19 lines
556 B
C

/* The only macro that should be defined prior to inclusion of
elf32-e2k.c so as to prevent it from including elf32-target.h
before we redefine all other macros of interest. */
#define TARGET_LITTLE_NAME "elf32-e2k-pm-uclibc"
#include "elf32-e2k.c"
#undef TARGET_LITTLE_SYM
#define TARGET_LITTLE_SYM e2k_pm_uclibc_elf32_vec
#include "elfxx-e2k-pm.h"
#include "elfxx-e2k-uclibc.h"
#undef bfd_elf32_bfd_merge_private_bfd_data
#define bfd_elf32_bfd_merge_private_bfd_data \
_bfd_e2k_uclibc_elf_merge_private_bfd_data
#include "elf32-target.h"