From d7695f7f4a6cc63015373acab611d7ae528590d1 Mon Sep 17 00:00:00 2001 From: Denis Chertykov Date: Thu, 17 Oct 2002 18:27:01 +0000 Subject: [PATCH] * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code for ip2k port. --- bfd/ChangeLog | 5 +++++ bfd/elf32-ip2k.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ba10387281..3df8c9683b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-10-17 Denis Chertykov + + * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code + for ip2k port. + 2002-10-17 Alan Modra * elfxx-target.h (USE_REL): Don't define as 1. diff --git a/bfd/elf32-ip2k.c b/bfd/elf32-ip2k.c index 01946465ce..67da85c058 100644 --- a/bfd/elf32-ip2k.c +++ b/bfd/elf32-ip2k.c @@ -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" - -- 2.11.0