adaint.h: (__gnat_plist_init): Not defined for RTX.
authorJose Ruiz <ruiz@adacore.com>
Thu, 13 Dec 2007 10:19:55 +0000 (11:19 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Dec 2007 10:19:55 +0000 (11:19 +0100)
commita6e8413cd79b5c1775640ed5916eefdcee06af9d
tree824f194b17e9e4fc20003b76cd51c67d9f3feadd
parent561b58498765f443cf6905b7ee246af5a1a0f626
adaint.h: (__gnat_plist_init): Not defined for RTX.

2007-12-06  Jose Ruiz  <ruiz@adacore.com>

* adaint.h: (__gnat_plist_init): Not defined for RTX.

* initialize.c (__gnat_initialize): Do not call __gnat_plist_init for
RTX systems.

* Makefile.in: Add new files s-tasinf-linux.ads and s-tasinf-linux.adb.
(LIBGNAT_TARGET_PAIRS, MISCLIB, THREADSLIB,
EXTRA_GNATRTL_NONTASKING_OBJS, EXTRA_GNATRTL_TASKING_OBJS,
GNATLIB_SHARED for RTX run time): Use the versions required by RTX.

* mingw32.h:
Do not define GNAT_UNICODE_SUPPORT for RTX since it is not supported.

* sysdep.c (winflush_function for RTX): Procedure that does nothing
since we only have problems with Windows 95/98, which are not
supported by RTX.
(__gnat_ttyname): Return the empty string on Nucleus, just as
done on vxworks.

From-SVN: r130816
gcc/ada/Makefile.in
gcc/ada/adaint.h
gcc/ada/initialize.c
gcc/ada/mingw32.h
gcc/ada/sysdep.c