diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-03-15 16:13:29 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-03-15 16:13:29 +0000 |
commit | 0050a760a7646cdfb63a4c693fca974459776909 (patch) | |
tree | 4439ca24fa84359aaec84a4c4c65b2239a4805e7 /gdb/gdbserver/config.in | |
parent | dc60ece87d8448b8d6f37411daefabbd830c20d5 (diff) | |
download | gdb-0050a760a7646cdfb63a4c693fca974459776909.zip gdb-0050a760a7646cdfb63a4c693fca974459776909.tar.gz gdb-0050a760a7646cdfb63a4c693fca974459776909.tar.bz2 |
* configure.ac: Remove checks for prfpregset_t.
* gdb_proc_service.h: New file.
* linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
new "gdb_proc_service.h".
* proc-service.c: Likewise.
(ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
(ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
* Makefile.in (gdb_proc_service_h): Updated.
* configure, config.in: Regenerated.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 59e56bc..3aa2811 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -25,9 +25,6 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H -/* Define if <sys/procfs.h> has prfpregset_t. */ -#undef HAVE_PRFPREGSET_T - /* Define if <sys/procfs.h> has prgregset_t. */ #undef HAVE_PRGREGSET_T @@ -104,8 +101,5 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define if the prfpregset_t type is broken. */ -#undef PRFPREGSET_T_BROKEN - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |