diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-27 14:36:56 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-27 14:36:56 +0000 |
commit | d9feb4e7bfd6d419ccc49092d750c480319b5614 (patch) | |
tree | cb5b40ffbc4cfba811fe758bc4c4a9d52964d596 /gdb/config.in | |
parent | 5cfbfc2b20bb18a0a9ff530935ae044f6caeecff (diff) | |
download | gdb-d9feb4e7bfd6d419ccc49092d750c480319b5614.zip gdb-d9feb4e7bfd6d419ccc49092d750c480319b5614.tar.gz gdb-d9feb4e7bfd6d419ccc49092d750c480319b5614.tar.bz2 |
* configure.in: Check that -pg works if using --enable-profiling.
Check for monstartup and _mcleanup regardless of --enable-profiling.
* maint.c: Check for monstartup and _mcleanup before using them.
* config.in: Regenerated.
* configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index cf59d38..06f4670 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -188,6 +188,9 @@ /* Define if you have the __argz_stringify function. */ #undef HAVE___ARGZ_STRINGIFY +/* Define if you have the _mcleanup function. */ +#undef HAVE__MCLEANUP + /* Define if you have the canonicalize_file_name function. */ #undef HAVE_CANONICALIZE_FILE_NAME @@ -200,6 +203,9 @@ /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the monstartup function. */ +#undef HAVE_MONSTARTUP + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP |