forked from Imagelibrary/binutils-gdb
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user