libatomic-ops 7.4.2-1.1ubuntu1 source package in Ubuntu

Changelog

libatomic-ops (7.4.2-1.1ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build using dh-autoreconf.
    - Show test results for failing tests.
    - Force AO_load() to map to AO_load_acquire() for powerpc.

libatomic-ops (7.4.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Backport patches for mips64(el) and arm64. (Closes: #773205)
   0001-Use-LLD-and-SCD-instructions-on-mips64.patch
   0002-Remove-inclusion-of-acquire_release_volatile.h-on-mi.patch
   0003-Minor-fix-of-code-alignment-in-mips-AO_compare_and_s.patch
   0004-Support-n32-ABI-for-mips64.patch
   0005-Fix-GCC-5.x-compatibility-for-AArch64-double-wide-pr.patch

libatomic-ops (7.4.2-1) unstable; urgency=medium

  * New upstream release
  * Update standards version 3.9.5 (no change)

 -- Matthias Klose <email address hidden>  Thu, 07 Jan 2016 14:18:47 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ian Wienand
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libatomic-ops_7.4.2.orig.tar.gz 454.4 KiB 784d9aec5e713c47ac5673bd4b9b0947e0d0cb03165ae6803d0e62e2c9921ccf
libatomic-ops_7.4.2-1.1ubuntu1.debian.tar.xz 13.1 KiB 67b9751720bc9b1ebcd6d075a150a2edef3e6981eedf43ca42adfffef720d119
libatomic-ops_7.4.2-1.1ubuntu1.dsc 1.8 KiB 44288205fb269d65c0a76b413df8bbd67a69c433eb81a5ced7377153ba2bdcba

View changes file

Binary packages built by this source

libatomic-ops-dev: A library for atomic operations (development files)

 Libatomic-ops implements a large collection of operations, each one
 of which is a combination of an (optional) atomic memory operation,
 and a memory barrier. It also implements associated feature-test
 macros that determine whether a particular operation is available
 on the current target hardware (either directly or by synthesis).
 Libatomic-ops attempts to replace various existing files with similar
 goals, since they usually do not handle differences in memory barrier
 styles with sufficient generality.
 .
 This package provides the header files and documentation needed by
 developers.