aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-01-21 13:49:22 +0000
committerMark Kettenis <kettenis@gnu.org>2005-01-21 13:49:22 +0000
commit5c45e068d75b49e595bc60f84d223b83ffaac4d8 (patch)
tree44b6355422e5b24ecdcf865cf55d078214682e1c /gdb/acconfig.h
parentb8667b619154d23e7c97a08823a4d9bbc3112e66 (diff)
downloadgdb-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.h6
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