diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-21 13:49:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-21 13:49:22 +0000 |
commit | 5c45e068d75b49e595bc60f84d223b83ffaac4d8 (patch) | |
tree | 44b6355422e5b24ecdcf865cf55d078214682e1c /gdb/acconfig.h | |
parent | b8667b619154d23e7c97a08823a4d9bbc3112e66 (diff) | |
download | gdb-5c45e068d75b49e595bc60f84d223b83ffaac4d8.zip gdb-5c45e068d75b49e595bc60f84d223b83ffaac4d8.tar.gz gdb-5c45e068d75b49e595bc60f84d223b83ffaac4d8.tar.bz2 |
* acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
undefs.
* configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
thread' has a td_pcb member and whether `struct reg' has r_fs and
r_gs members.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 01e3b3f..e625697 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -3,12 +3,6 @@ # undef _GNU_SOURCE #endif -/* Define if your struct reg has r_fs. */ -#undef HAVE_STRUCT_REG_R_FS - -/* Define if your struct reg has r_gs. */ -#undef HAVE_STRUCT_REG_R_GS - /* Define if pstatus_t type is available */ #undef HAVE_PSTATUS_T |