Line 1... |
Line 1... |
/* Morpho Technologies MT specific support for 32-bit ELF
|
/* Morpho Technologies MT specific support for 32-bit ELF
|
Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007
|
Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 578... |
Line 578... |
|
|
/* Print normal ELF private data. */
|
/* Print normal ELF private data. */
|
_bfd_elf_print_private_bfd_data (abfd, ptr);
|
_bfd_elf_print_private_bfd_data (abfd, ptr);
|
|
|
flags = elf_elfheader (abfd)->e_flags;
|
flags = elf_elfheader (abfd)->e_flags;
|
fprintf (file, _("private flags = 0x%lx:"), (long)flags);
|
fprintf (file, _("private flags = 0x%lx:"), (unsigned long) flags);
|
|
|
switch (flags & EF_MT_CPU_MASK)
|
switch (flags & EF_MT_CPU_MASK)
|
{
|
{
|
default:
|
default:
|
case EF_MT_CPU_MRISC: fprintf (file, " ms1-16-002"); break;
|
case EF_MT_CPU_MRISC: fprintf (file, " ms1-16-002"); break;
|