OSDN Git Service

PR ada/35917
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Apr 2008 19:08:18 +0000 (19:08 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Apr 2008 19:08:18 +0000 (19:08 +0000)
* s-linux-hppa.ads: Fix syntax errors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134226 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6706022..dd465e8 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-12  Arnaud Charlet  <charlet@adacore.com>
+
+       * s-linux-hppa.ads: Fix syntax errors.
+
 2008-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gnat_ugn.texi: Fix typos.
index 841ff78..3c746de 100644 (file)
@@ -103,7 +103,7 @@ package System.Linux is
    SA_SIGINFO  : constant := 16#10#;
    SA_ONSTACK  : constant := 16#01#;
 
-   type lock_array is array (1 .. 4) of int;
+   type lock_array is array (1 .. 4) of Integer;
    type atomic_lock_t is record
       lock : lock_array;
    end record;