Add unlink support to moxie simulator
[deliverable/binutils-gdb.git] / binutils / readelf.c
index fab8214664c60826bc39a270d35b5d46182c6c12..1d8f62bf50b625445061b3d9acedaff89c9b37d0 100644 (file)
@@ -4852,7 +4852,7 @@ process_file_header (Filedata * filedata)
       return FALSE;
     }
 
-  init_dwarf_regnames (header->e_machine);
+  init_dwarf_regnames_by_elf_machine_code (header->e_machine);
 
   if (do_header)
     {
This page took 0.025513 seconds and 4 git commands to generate.