summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guillem Jover [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
Link against libgcc and libc to avoid unresolved symbols
Origin: vendor
Bug-Debian: 764509
Forwarded: no
Last-Update: 2014-10-09
We need to link agaisnt -lgcc, on at least hppa. We also need to link
against -lc, because we are now always using the syscall() libc function.
So let's stop passing -nostdlib and -nostartfiles.
Note: we used to use -Wl,--as-needed, this way we made sure we pulled the
required fortified functions from the internal libc_nonshared.a, but did
not link against the shared library because we did not use any of its
symbols.
Gbp-Pq: Name 01_link_libs.patch
Guillem Jover [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
Fix structure padding for mips64
Forwarded: no
Last-Update: 2014-07-23
Gbp-Pq: Name 00_arches_mips_fix_padding.patch
Daniel Schepler [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
Add support for x32 (from the Yocto project)
Origin: vendor
Forwarded: no
Bug-Debian: 702183
Last-Update: 2013-05-06
Gbp-Pq: Name 00_arches_x32.patch
Nobuhiro Iwamatsu [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
Add SH supprt
The test-suite logs can be found at:
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535288>
Gbp-Pq: Name 00_arches_sh.patch
Guillem Jover [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
Add/fix support for m68k, mips, paris, sparc
Origin: vendor
Forwarded: no
Last-Update: 2014-10-09
Gbp-Pq: Name 00_arches.patch
Guillem Jover [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
libaio (0.3.112-3) unstable; urgency=medium
* Test suite fixes:
- Fix logic inversion in EINVAL check.
- Revert making the test suite fatal on failures, as the Debian buildd
setup is peculiar enough to make at least two tests fail. This will
need further work.
[dgit import unpatched libaio 0.3.112-3]
Guillem Jover [Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)]
Import libaio_0.3.112-3.debian.tar.xz
[dgit import tarball libaio 0.3.112-3 libaio_0.3.112-3.debian.tar.xz]
Guillem Jover [Mon, 25 Feb 2019 01:56:55 +0000 (01:56 +0000)]
Import libaio_0.3.112.orig.tar.xz
[dgit import orig libaio_0.3.112.orig.tar.xz]