Commit 4580c9a6 by John David Anglin Committed by John David Anglin

s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.

	* s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.

From-SVN: r109150
parent bf2f234e
2005-12-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
2005-12-12 Arnaud Charlet <charlet@adacore.com>
* Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
......
......@@ -508,7 +508,7 @@ private
lock : lock_array;
end record;
pragma Convention (C, atomic_lock_t);
for atomic_lock_t'Alignment use 8 * 16;
for atomic_lock_t'Alignment use 16;
type struct_pthread_fast_lock is record
spinlock : atomic_lock_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment