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
This commit is contained in:
John David Anglin 2005-12-29 19:37:51 +00:00 committed by John David Anglin
parent bf2f234e75
commit 4580c9a649
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;