diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-20 22:36:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-20 22:36:06 +0000 |
commit | 30adeb3a4bab56758a92a59408313c2211212f4c (patch) | |
tree | 22f598d3fa5cafd7c2d4611129e3d295a8c5f3f3 /gdb/acconfig.h | |
parent | 619b8b6074c1482e533af26759a7b4dec0679429 (diff) | |
download | gdb-30adeb3a4bab56758a92a59408313c2211212f4c.zip gdb-30adeb3a4bab56758a92a59408313c2211212f4c.tar.gz gdb-30adeb3a4bab56758a92a59408313c2211212f4c.tar.bz2 |
* acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
(HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
* configure.ac: Remove checks for HP-UX save_state structure.
* configure: Regenerated.
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 5d1cd9e..a7f055d 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -133,12 +133,6 @@ /* Define if the simulator is being linked in. */ #undef WITH_SIM -/* Set to true if the save_state_t structure is present */ -#undef HAVE_STRUCT_SAVE_STATE_T - -/* Set to true if the save_state_t structure has the ss_wide member */ -#undef HAVE_STRUCT_MEMBER_SS_WIDE - /* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS |