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:
parent
bf2f234e75
commit
4580c9a649
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue