[diffoscope] 01/01: Let objdump demangle symbols for better readability
    Reiner Herrmann 
    reiner at reiner-h.de
       
    Sat Mar 19 21:21:26 CET 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch master
in repository diffoscope.
commit 4bb03725723aa6de0e6cf41ba672a935ab825538
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat Mar 19 21:21:47 2016 +0100
    Let objdump demangle symbols for better readability
---
 diffoscope/comparators/elf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/comparators/elf.py b/diffoscope/comparators/elf.py
index 427660c..eb1dd00 100644
--- a/diffoscope/comparators/elf.py
+++ b/diffoscope/comparators/elf.py
@@ -203,7 +203,7 @@ class ObjdumpDisassembleSection(ObjdumpSection):
         # disassembled instructions.
         # objdump can get the debugging information from the elf or from the
         # stripped symbols file specified in the .gnu_debuglink section
-        return ['--line-numbers', '--disassemble']
+        return ['--line-numbers', '--disassemble', '--demangle']
 
     def filter(self, line):
         line = super().filter(line)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
    
    
More information about the diffoscope
mailing list