2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
	aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
	with an RTEMS specific but more restrictive autoconf macro.
This commit is contained in:
Joel Sherrill
2000-11-02 22:56:23 +00:00
parent 4686e5d915
commit b5c5030965
4 changed files with 32 additions and 2 deletions
+5
View File
@@ -1,4 +1,9 @@
2000-11-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib.
2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
+11 -1
View File
@@ -46,7 +46,7 @@ extern "C" {
#endif
/*
* The following insures that all data is declared in the space
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
* referenced as "external" in every other file.
@@ -109,6 +109,16 @@ extern "C" {
# define RTEMS_INLINE_ROUTINE
#endif
/*
* The following are used by the POSIX implementation to catch bad paths.
*/
#ifdef POSIX_API_INIT
int POSIX_MP_NOT_IMPLEMENTED( void );
int POSIX_NOT_IMPLEMENTED( void );
int POSIX_BOTTOM_REACHED( void );
#endif
/*
* Include a base set of files.
*/
+5
View File
@@ -1,4 +1,9 @@
2000-11-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/system.h: Add prototypes for POSIX_MP_NOT_IMPLEMENTED(),
POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() removed from newlib.
2000-10-18 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
* src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am:
+11 -1
View File
@@ -46,7 +46,7 @@ extern "C" {
#endif
/*
* The following insures that all data is declared in the space
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
* referenced as "external" in every other file.
@@ -109,6 +109,16 @@ extern "C" {
# define RTEMS_INLINE_ROUTINE
#endif
/*
* The following are used by the POSIX implementation to catch bad paths.
*/
#ifdef POSIX_API_INIT
int POSIX_MP_NOT_IMPLEMENTED( void );
int POSIX_NOT_IMPLEMENTED( void );
int POSIX_BOTTOM_REACHED( void );
#endif
/*
* Include a base set of files.
*/