summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl
AgeCommit message (Collapse)AuthorFilesLines
2015-08-03Dpkg::Shlibs::Objdump: Support spaces in symbol namesGuillem Jover1-0/+25
The ELF spec does not disallow symbols with embedded spaces, so we should really be supporting those. This is required by Go shared libraries. Closes: #785344 Based-on-patch-by: Michael Hudson-Doyle <michael.hudson@canonical.com> Signed-off-by: Guillem Jover <guillem@debian.org>