* elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
authorDenis Chertykov <denisc@overta.ru>
Thu, 17 Oct 2002 18:27:01 +0000 (18:27 +0000)
committerDenis Chertykov <denisc@overta.ru>
Thu, 17 Oct 2002 18:27:01 +0000 (18:27 +0000)
for ip2k port.

bfd/ChangeLog
bfd/elf32-ip2k.c

index ba10387..3df8c96 100644 (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.
index 0194646..67da85c 100644 (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"
-