summaryrefslogtreecommitdiff
path: root/bfd/elf32-ip2k.c
diff options
context:
space:
mode:
authorDenis Chertykov <denisc@overta.ru>2002-10-17 18:27:01 +0000
committerDenis Chertykov <denisc@overta.ru>2002-10-17 18:27:01 +0000
commitd5d14f18208dd879d4fe03c3bb8d6d45eb2ac470 (patch)
treeff998a4bf2f0c0dee6267227177d8dff4597764d /bfd/elf32-ip2k.c
parentb7a5777bcd522f46b095deffde776486598663d2 (diff)
downloadbinutils-redhat-d5d14f18208dd879d4fe03c3bb8d6d45eb2ac470.tar.gz
* elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
for ip2k port.
Diffstat (limited to 'bfd/elf32-ip2k.c')
-rw-r--r--bfd/elf32-ip2k.c2
1 files changed, 1 insertions, 1 deletions
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"
-