diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-05-25 17:18:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-05-25 17:18:01 +0000 |
commit | 185a9d45bc213350fb53610cc79a7a158ac8bee8 (patch) | |
tree | 05d6b89c76955941281e57baad67de7f952f27cb /gdb/config.in | |
parent | ede6698868e054bd2afcf5bd65444864ca41f631 (diff) | |
download | gdb-185a9d45bc213350fb53610cc79a7a158ac8bee8.tar.gz |
* acconfig.h (HAVE_R_FS, HAVE_R_GS): Add.
* configure.in: Add checks for r_fs and r_gs members of
`struct reg'.
* config.in, 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 8ef156b3ea4..f43092a1b70 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -62,6 +62,12 @@ /* Define if compiling on Solaris 7. */ #undef _MSE_INT_H +/* Define if your struct reg has r_fs. */ +#undef HAVE_R_FS + +/* Define if your struct reg has r_gs. */ +#undef HAVE_R_GS + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN |