Handle x32 in dump_dwarf
* objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and bfd_mach_x64_32_intel_syntax.
This commit is contained in:
parent
8a72cc6e7e
commit
f24e5a8a46
2 changed files with 7 additions and 0 deletions
|
@ -2392,6 +2392,8 @@ dump_dwarf (bfd *abfd)
|
|||
{
|
||||
case bfd_mach_x86_64:
|
||||
case bfd_mach_x86_64_intel_syntax:
|
||||
case bfd_mach_x64_32:
|
||||
case bfd_mach_x64_32_intel_syntax:
|
||||
init_dwarf_regnames_x86_64 ();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue