summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-linux-hppa.ads
Commit message (Collapse)AuthorAgeFilesLines
* re PR ada/29707 (s-osinte.adb:86:13: warning: function "To_Target_Priority" ↵Arnaud Charlet2006-11-051-0/+4
| | | | | | | | | | is not referenced) * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads (To_Target_Priority): New function. Fix PR ada/29707 From-SVN: r118496
* s-osinte-darwin.adb, [...] (sigset_t_ptr): Removed, replaced by anonymous ↵Arnaud Charlet2006-02-151-5/+3
| | | | | | | | | | | | | | | | | | | access type. * s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-vxworks.ads, s-osinte-solaris.ads, s-osinte-linux.ads, s-osinte-freebsd.ads, s-osinte-solaris-posix.ads, s-osinte-lynxos-3.ads, s-osinte-lynxos.ads, s-osinte-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads, s-osinte-hpux-dce.ads, s-osinte-linux-hppa.ads, s-osinte-linux-alpha.ads, s-inmaop-posix.adb (sigset_t_ptr): Removed, replaced by anonymous access type. (pthread_sigmask): Now take an access sigset_t * s-osinte-hpux.ads: Ditto. (pthread_mutex_t, pthread_cond_t): Update definitions to support properly 32 and 64 bit ABIs. From-SVN: r111025
* re PR ada/24533 (FAIL: a85013b: *** glibc detected *** free(): invalid ↵John David Anglin2006-01-201-1/+4
| | | | | | | | | pointer: 0x00062a00 ***) PR ada/24533 * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8. From-SVN: r110025
* s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.John David Anglin2005-12-291-1/+1
| | | | | | * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t. From-SVN: r109150
* Update FSF addressR. Kelley Cook2005-07-011-2/+2
| | | | From-SVN: r101492
* Makefile.in: Add make ifeq define for hppa linux tasking support.Laurent GUERBY2005-04-071-0/+533
* Makefile.in: Add make ifeq define for hppa linux tasking support. * system-hpux.ads: Define Signed_Zeros to be True. * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files. Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca> From-SVN: r97796