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

@@ -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;