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 | 7dfa765cc10b73edb8538aafbedd49acdeada1e8 (patch) | |
tree | 027eb6cdc3068c114d5f63efb91c8ef247c4a1d3 /gdb/acconfig.h | |
parent | b1eeef9a6ee2f766b8fef104a889c90a1e6b6079 (diff) | |
download | gdb-7dfa765cc10b73edb8538aafbedd49acdeada1e8.zip gdb-7dfa765cc10b73edb8538aafbedd49acdeada1e8.tar.gz gdb-7dfa765cc10b73edb8538aafbedd49acdeada1e8.tar.bz2 |
* 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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 821edab..0a24b69 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -1,6 +1,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 pstatus_t type is available */ #undef HAVE_PSTATUS_T |