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

13 lines
374 B
C
Raw Normal View History

2022-08-11 19:17:07 +02:00
/* 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"
#include "elf32-e2k.c"
2020-10-13 23:22:48 +02:00
2022-08-11 19:17:07 +02:00
#undef TARGET_LITTLE_SYM
2020-10-13 23:22:48 +02:00
#define TARGET_LITTLE_SYM e2k_pm_elf32_vec
2022-08-11 19:17:07 +02:00
#include "elfxx-e2k-pm.h"
#include "elf32-target.h"