Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: binutils/objdump.c

Issue 256623012: Cherry pick some binutils NaCl strip/objcopy fixes in pnacl 2.23 branch. (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-binutils.git@master
Patch Set: need to cherry pick nops change too Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/elf64-x86-64.c ('k') | ld/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/objdump.c
diff --git a/binutils/objdump.c b/binutils/objdump.c
index d985ba33c9f837ddb9ae1681e42908faf4d5ee51..350cdaec9f4b99e8118e56f6e7b1e0c642a33c5d 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -2398,8 +2398,10 @@ dump_dwarf (bfd *abfd)
{
case bfd_mach_x86_64:
case bfd_mach_x86_64_intel_syntax:
+ case bfd_mach_x86_64_nacl:
case bfd_mach_x64_32:
case bfd_mach_x64_32_intel_syntax:
+ case bfd_mach_x64_32_nacl:
init_dwarf_regnames_x86_64 ();
break;
« no previous file with comments | « bfd/elf64-x86-64.c ('k') | ld/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698