From 02dbf119b40127d6d88a8ddf11a1581e0880501b Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 13 Sep 2001 21:02:36 +0000 Subject: [PATCH] * elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD. --- bfd/ChangeLog | 4 ++++ bfd/elf32-openrisc.c | 1 + 2 files changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c1230c1b6..fe7f218fcc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-09-13 Alexandre Oliva + + * elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD. + 2001-09-12 Alexandre Oliva * elf.c (prep_headers): Get the machine code from the elf diff --git a/bfd/elf32-openrisc.c b/bfd/elf32-openrisc.c index f0f25fd9af..8199bf3d4e 100644 --- a/bfd/elf32-openrisc.c +++ b/bfd/elf32-openrisc.c @@ -638,6 +638,7 @@ openrisc_elf_final_write_processing (abfd, linker) #define ELF_ARCH bfd_arch_openrisc #define ELF_MACHINE_CODE EM_OPENRISC +#define ELF_MACHINE_ALT1 EM_OPENRISC_OLD #define ELF_MAXPAGESIZE 0x1000 #define TARGET_BIG_SYM bfd_elf32_openrisc_vec -- 2.11.0