* elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code

for ip2k port.
This commit is contained in:
Denis Chertykov 2002-10-17 18:27:01 +00:00
parent acf8aed4a6
commit 0d09fec6a5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-10-17 Denis Chertykov <denisc@overta.ru>
* elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
for ip2k port.
2002-10-17 Alan Modra <amodra@bigpond.net.au>
* elfxx-target.h (USE_REL): Don't define as 1.

View File

@ -1671,6 +1671,7 @@ ip2k_elf_gc_sweep_hook (abfd, info, sec, relocs)
#define ELF_ARCH bfd_arch_ip2k
#define ELF_MACHINE_CODE EM_IP2K
#define ELF_MACHINE_ALT1 EM_IP2K_OLD
#define ELF_MAXPAGESIZE 1 /* No pages on the IP2K */
#define elf_info_to_howto_rel NULL
@ -1689,4 +1690,3 @@ ip2k_elf_gc_sweep_hook (abfd, info, sec, relocs)
#include "elf32-target.h"