URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [gdb-5.0/] [bfd/] [elf.c] - Diff between revs 105 and 839
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 105 |
Rev 839 |
Line 3250... |
Line 3250... |
i_ehdrp->e_machine = EM_960;
|
i_ehdrp->e_machine = EM_960;
|
break;
|
break;
|
case bfd_arch_mips: /* MIPS Rxxxx */
|
case bfd_arch_mips: /* MIPS Rxxxx */
|
i_ehdrp->e_machine = EM_MIPS; /* only MIPS R3000 */
|
i_ehdrp->e_machine = EM_MIPS; /* only MIPS R3000 */
|
break;
|
break;
|
|
case bfd_arch_or32:
|
|
i_ehdrp->e_machine = EM_OR32;
|
|
break;
|
case bfd_arch_hppa:
|
case bfd_arch_hppa:
|
i_ehdrp->e_machine = EM_PARISC;
|
i_ehdrp->e_machine = EM_PARISC;
|
break;
|
break;
|
case bfd_arch_powerpc:
|
case bfd_arch_powerpc:
|
i_ehdrp->e_machine = EM_PPC;
|
i_ehdrp->e_machine = EM_PPC;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.