Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
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>
|
|
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
|
|
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.
|