Handle EM_L1OM.

2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>

	* dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
	* readelf.c (get_elf_section_flags): Likewise.
	(process_section_headers): Likewise.
This commit is contained in:
H.J. Lu 2010-05-06 21:32:04 +00:00
parent 82794b691e
commit 7f502d6c5a
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
* dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
* readelf.c (get_elf_section_flags): Likewise.
(process_section_headers): Likewise.
2010-05-05 Nick Clifton <nickc@redhat.com>
* po/es.po: Updated Spanish translation.

View File

@ -3992,6 +3992,7 @@ init_dwarf_regnames (unsigned int e_machine)
break;
case EM_X86_64:
case EM_L1OM:
dwarf_regnames = dwarf_regnames_x86_64;
dwarf_regnames_count = ARRAY_SIZE (dwarf_regnames_x86_64);
break;

View File

@ -4213,6 +4213,7 @@ get_elf_section_flags (bfd_vma sh_flags)
case EM_386:
case EM_486:
case EM_X86_64:
case EM_L1OM:
case EM_OLD_SPARCV9:
case EM_SPARC32PLUS:
case EM_SPARCV9:
@ -4633,6 +4634,7 @@ process_section_headers (FILE * file)
case EM_386:
case EM_486:
case EM_X86_64:
case EM_L1OM:
case EM_OLD_SPARCV9:
case EM_SPARC32PLUS:
case EM_SPARCV9: