binutils-gdb/bfd/elf64-e2k-pm.c

13 lines
374 B
C

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