Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re PR ada/29707 (s-osinte.adb:86:13: warning: function "To_Target_Priority" ↵ | Arnaud Charlet | 2006-11-05 | 1 | -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 Charlet | 2006-02-15 | 1 | -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 Anglin | 2006-01-20 | 1 | -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 Anglin | 2005-12-29 | 1 | -1/+1 |
| | | | | | | * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t. From-SVN: r109150 | ||||
* | Update FSF address | R. Kelley Cook | 2005-07-01 | 1 | -2/+2 |
| | | | | From-SVN: r101492 | ||||
* | Makefile.in: Add make ifeq define for hppa linux tasking support. | Laurent GUERBY | 2005-04-07 | 1 | -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 |