libatomic-ops 7.4.8-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Remove 0002-Use-LLD-and-SCD-instructions-on-mips64.patch
    (upstream 0ff076ab581d83fba6a6f14c3c550c789699678c)
  * Remove 0003-Support-n32-ABI-for-mips64.patch (upstream
    9c92c7b0d7f6c41199583497c5b5cf4eb1105a30)
  * Update to standards 4.1.1 (no changes)

 -- Ian Wienand <email address hidden>  Wed, 29 Nov 2017 20:45:24 +1100

Upload details

Uploaded by:
Ian Wienand
Uploaded to:
Sid
Original maintainer:
Ian Wienand
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libatomic-ops_7.4.8-1.dsc 1.8 KiB b306644d9f255c06aa41095127614d25d3aff8b90c9aa0d8624ecfac918e2040
libatomic-ops_7.4.8.orig.tar.gz 475.2 KiB f7f28495a88c3d7489874815b484101b946cbad50c1ee0ef507eb47efde91cd5
libatomic-ops_7.4.8-1.diff.gz 12.3 KiB 8f4123b3bf5ead48806f854b76404ba082a9765ca1c3f6744d8f60ff0e3f2457

Available diffs

No changes file available.

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.