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
commitd7695f7f4a6cc63015373acab611d7ae528590d1 (patch)
tree33acdba8c83bdf598e3a378a8ec7638ebe74cc98 /bfd/elf32-ip2k.c
parentef0a62482df35f7f53927d3a2dbd8ff51403cdc5 (diff)
downloadgdb-d7695f7f4a6cc63015373acab611d7ae528590d1.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 01946465ce1..67da85c058a 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"
-