summaryrefslogtreecommitdiff
path: root/scripts/t/Dpkg_Shlibs
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01dselect: Use override attribute for virtual methods in derived classesGuillem Jover1-1/+1
C++11 makes it possible to use these attributes so that errors can be avoided, by helping the compiler know when we mean methods to override the ones from the parent class. Warned-by: cppcheck
2018-05-04scripts: Refresh test data and update code to matchGuillem Jover6-663/+909
2017-05-06doc: Spelling fixesJosh Soref2-4/+4
Signed-off-by: Guillem Jover <guillem@debian.org>
2015-08-03Dpkg::Shlibs::Objdump: Support spaces in symbol namesGuillem Jover5-0/+194
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>
2015-01-28dpkg-gensymbols: Add support for arch-bits and arch-endian tagsGuillem Jover5-83/+227
These allow to tag symbols as being only relevant on architectures with specific bits or endianness. The current supported values are 32 and 64 for arch-bits, and little and big for arch-endian. They can also be combined by using multiple tags on the same symbol. Closes: #630342
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover30-0/+6218
This stops the madness of having to invent sequence numbers to be able to order the test suite run. Instead we now honour the order of the arguments passed to the runner.