mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
2005-06-07 Eric Christopher <echristo@redhat.com>
* Makefile.am (eelf32ms1.c): Use tab.
* Makefile.in: Regenerate.
2005-06-07 Eric Christopher <echristo@redhat.com>
* readelf.c (guess_is_rela): Support ms1.
(dump_relocations): Ditto.
(get_machine_name): Ditto.
This commit is contained in:
@@ -730,6 +730,7 @@ guess_is_rela (unsigned long e_machine)
|
||||
case EM_XTENSA:
|
||||
case EM_XTENSA_OLD:
|
||||
case EM_M32R:
|
||||
case EM_MS1:
|
||||
return TRUE;
|
||||
|
||||
case EM_MMA:
|
||||
@@ -1233,6 +1234,10 @@ dump_relocations (FILE *file,
|
||||
case EM_XTENSA:
|
||||
rtype = elf_xtensa_reloc_type (type);
|
||||
break;
|
||||
|
||||
case EM_MS1:
|
||||
rtype = elf_ms1_reloc_type (type);
|
||||
break;
|
||||
}
|
||||
|
||||
if (rtype == NULL)
|
||||
@@ -1772,6 +1777,7 @@ get_machine_name (unsigned e_machine)
|
||||
case EM_IQ2000: return "Vitesse IQ2000";
|
||||
case EM_XTENSA_OLD:
|
||||
case EM_XTENSA: return "Tensilica Xtensa Processor";
|
||||
case EM_MS1: return "Morpho Techologies MS1 processor";
|
||||
default:
|
||||
snprintf (buff, sizeof (buff), _("<unknown>: %x"), e_machine);
|
||||
return buff;
|
||||
|
||||
Reference in New Issue
Block a user