diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-23 09:23:18 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-23 09:23:18 +0000 |
commit | 70f9f479194f1a826e7c600d7272ab6822ca9ce1 (patch) | |
tree | 2d16838260ca0a5e0631ab58770334188ce20b0e /gdb/config.in | |
parent | 1181c20ef469d4c1d5c9593809653546506f29a8 (diff) | |
download | ppe42-binutils-70f9f479194f1a826e7c600d7272ab6822ca9ce1.tar.gz ppe42-binutils-70f9f479194f1a826e7c600d7272ab6822ca9ce1.zip |
* configure.in: Check for td_pcb in `struct thread'.
* configure, config.in: Regenerated.
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 17d8cda430..c876d292ed 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -462,6 +462,9 @@ /* Define to 1 if the regex included in libiberty should be used. */ #undef USE_INCLUDED_REGEX +/* Define to 1 if your system has td_pcb in struct thread. */ +#undef HAVE_STRUCT_THREAD_TD_PCB + /* Define to 1 if your system has struct reg in <machine/reg.h>. */ #undef HAVE_STRUCT_REG |