summaryrefslogtreecommitdiff
path: root/gcc/ada/5rtpopsp.adb
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-08 Joel Sherrill <joel@oarcorp.com>joel2004-04-081-181/+31
| | | | | | | | | | | | | PR ada/14538 * ada/5rosinte.adb: Remove fake mprotect() body. * ada/5rosinte.ads: Add SA_SIGINFO. * ada/5rtpopsp.adb: Rewrite to use new interface. * ada/init.c: Reorder so the simple single OS conditional __rtems__ is tested before more complex ones which mix UNIX and embedded systems in the conditional. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80517 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-01-29 Joel Sherrill <joel@OARcorp.com>joel2003-01-291-0/+266
* 5rosinte.ads: Add SIGXCPU. * 5rtpopsp.adb: New file. * Make-lang.in: Do not build gnatpsta and gnatpsys when cross. * Makefile.in: Recognize more RTEMS targets and add the RTEMS specific file 5rtpopsp.adb. * adaint.h: Add include of <stdio.h> when target is RTEMS. This is likely needed for all newlib targets. * init.c: Add RTEMS specific version of __gnat_initialize(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62098 138bc75d-0d04-0410-961f-82ee72b054a4