summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_Shlibs/objdump.spacesyms
AgeCommit message (Collapse)AuthorFilesLines
2018-05-04scripts: Refresh test data and update code to matchGuillem Jover1-78/+73
2015-08-03Dpkg::Shlibs::Objdump: Support spaces in symbol namesGuillem Jover1-0/+124
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>