diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-09-19 22:00:34 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-09-19 22:00:34 +0000 |
commit | 01fe12f6fb039ef2841440b214d9fb905767a14d (patch) | |
tree | 83a34a2d9b307131479172fadde0619670a08c25 /gdb/config.in | |
parent | bc56b3fb3a77b7d1992c44cd97a080b847c43c73 (diff) | |
download | gdb-01fe12f6fb039ef2841440b214d9fb905767a14d.zip gdb-01fe12f6fb039ef2841440b214d9fb905767a14d.tar.gz gdb-01fe12f6fb039ef2841440b214d9fb905767a14d.tar.bz2 |
* configure.ac: Add check for "etext".
* configure, config.in: Regenerate.
* maint.c (TEXTEND): Only define if either _etext or etext
are available.
Disable the profiling functionality if TEXTEND is not defined.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 1534afe..f58b70a 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -113,6 +113,9 @@ /* Define if ELF support should be included. */ #undef HAVE_ELF +/* Define to 1 if your system has the etext variable. */ +#undef HAVE_ETEXT + /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK |