aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-02-14 20:07:00 +0000
committerMark Kettenis <kettenis@gnu.org>2003-02-14 20:07:00 +0000
commitb0b1c2c0ebc1f12ddf52682d75c3dc7bcbbe55ca (patch)
tree387fba2c904d8dc5b70fe986310f9956a439f110 /gdb/config.in
parent8f05cde5d3c5911f92f2fcb60c461cd8a719387f (diff)
downloadgdb-b0b1c2c0ebc1f12ddf52682d75c3dc7bcbbe55ca.zip
gdb-b0b1c2c0ebc1f12ddf52682d75c3dc7bcbbe55ca.tar.gz
gdb-b0b1c2c0ebc1f12ddf52682d75c3dc7bcbbe55ca.tar.bz2
* configure.in: Add check for _etext.
* maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't available. * config.in, configure: regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 06f4670..4dc59d5 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -431,6 +431,9 @@
/* Define to BFD's default target vector. */
#undef DEFAULT_BFD_VEC
+/* Define to 1 if your system has the _etext variable. */
+#undef HAVE__ETEXT
+
/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
Solaris 2.[78] when using GCC. */
#undef _MSE_INT_H