* elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 13 Sep 2001 21:02:36 +0000 (21:02 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 13 Sep 2001 21:02:36 +0000 (21:02 +0000)
bfd/ChangeLog
bfd/elf32-openrisc.c

index 3c1230c1b62b4f3a64a063bf167653e030e3d394..fe7f218fccbe53a04f1823fa5c9ca2f59ecc2144 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       * elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD.
+
 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
 
        * elf.c (prep_headers): Get the machine code from the elf
index f0f25fd9afd62806de7495f3c9a34c6590af860c..8199bf3d4e4f4bd8010ee18bd79f137dff83f55a 100644 (file)
@@ -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
This page took 0.028327 seconds and 4 git commands to generate.