s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 29 Dec 2005 19:37:51 +0000 (19:37 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 29 Dec 2005 19:37:51 +0000 (19:37 +0000)
* s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.

From-SVN: r109150

gcc/ada/ChangeLog
gcc/ada/s-osinte-linux-hppa.ads

index b8ec9dd..8257e42 100644 (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
index a04c636..ec7efd2 100644 (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;