[diffoscope] 01/10: Fix symbol ignore regexp for ELF files
Jérémy Bobbio
lunar at moszumanska.debian.org
Wed Jan 20 16:11:44 CET 2016
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit a6eca1588885342a389684e371c5a4de252204aa
Author: Jérémy Bobbio <lunar at debian.org>
Date: Wed Jan 20 01:23:02 2016 +0100
Fix symbol ignore regexp for ELF files
---
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 c3decea..dd9fbdc 100644
--- a/diffoscope/comparators/elf.py
+++ b/diffoscope/comparators/elf.py
@@ -165,7 +165,7 @@ class ObjdumpSection(Command):
return line
class ObjdumpDisassembleSection(ObjdumpSection):
- RE_SYMBOL_COMMENT = re.compile(rb'^( [0-9a-f]+:[^#]+)# [0-9a-f]+ <[^>]+>$')
+ RE_SYMBOL_COMMENT = re.compile(rb'^( +[0-9a-f]+:[^#]+)# [0-9a-f]+ <[^>]+>$')
def objdump_options(self):
# With '--line-numbers' we get the source filename and line within the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list