diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-06-13 01:59:22 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-06-13 01:59:22 +0000 |
commit | f450004a28a0ca9548117ae78d5ad554a3e32c69 (patch) | |
tree | e3f927505f7276dfc9c1a87bb8ee0e948775119d /gdb/gdbserver/config.in | |
parent | 2087f047780bf349dd68b6e0d73f88570cce8606 (diff) | |
download | gdb-f450004a28a0ca9548117ae78d5ad554a3e32c69.zip gdb-f450004a28a0ca9548117ae78d5ad554a3e32c69.tar.gz gdb-f450004a28a0ca9548117ae78d5ad554a3e32c69.tar.bz2 |
* acconfig.h: Remove.
* configure.ac: Add a test for socklen_t. Use three-argument
AC_DEFINE throughout.
* config.in: Regenerated using autoheader 2.59.
* configure: Regenerated.
* gdbreplay.c (socklen_t): Provide a default.
(remote_open): Use socklen_t.
* remote-utils.c (socklen_t): Provide a default.
(remote_open): Use socklen_t.
(convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
unsigned char.
* i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
char for buffers.
* linux-low.c (linux_read_memory, linux_write_memory)
(linux_read_auxv): Likewise.
* mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
(check_mem_write): Likewise.
* mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
Likewise.
* regcache.c (struct inferior_rgcache_data, registers_to_string)
(registers_from_string, register_data): Likewise.
* server.c (handle_query, main): Likewise.
* server.h (convert_ascii_to_int, convert_int_to_ascii)
(decode_M_packet): Likewise.
* target.c (read_inferior_memory, write_inferior_memory): Likewise.
* target.h (struct target_ops): Update read_memory, write_memory,
and read_auxv.
(read_inferior_memory, write_inferior_memory): Update.
* linux-low.h (struct linux_target_ops): Change type of breakpoint
to unsigned char *.
* linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
linux-s390-low.c, linux-sh-low.c: Update for changes in
read_inferior_memory and the_low_target->breakpoint.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 103 |
1 files changed, 69 insertions, 34 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index e9d21c8..0014fdf 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -1,69 +1,104 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated from configure.ac by autoheader. */ -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define if <sys/procfs.h> has elf_fpregset_t. */ +#undef HAVE_ELF_FPREGSET_T -/* Define if the target supports PTRACE_PEEKUSR for register access. */ -#undef HAVE_LINUX_USRREGS +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the <linux/elf.h> header file. */ +#undef HAVE_LINUX_ELF_H -/* Define if the target supports PTRACE_GETREGS for register access. */ +/* Define if the target supports PTRACE_GETREGS for register access. */ #undef HAVE_LINUX_REGSETS -/* Define if the target supports PTRACE_GETFPXREGS for extended - register access. */ -#undef HAVE_PTRACE_GETFPXREGS +/* Define if the target supports PTRACE_PEEKUSR for register access. */ +#undef HAVE_LINUX_USRREGS -/* Define if the prfpregset_t type is broken. */ -#undef PRFPREGSET_T_BROKEN +/* Define if <sys/procfs.h> has lwpid_t. */ +#undef HAVE_LWPID_T -/* Define if you have the <linux/elf.h> header file. */ -#undef HAVE_LINUX_ELF_H +/* 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 you have the <proc_service.h> header file. */ +/* Define if <sys/procfs.h> has prgregset_t. */ +#undef HAVE_PRGREGSET_T + +/* Define to 1 if you have the <proc_service.h> header file. */ #undef HAVE_PROC_SERVICE_H -/* Define if you have the <sgtty.h> header file. */ +/* Define if <sys/procfs.h> has psaddr_t. */ +#undef HAVE_PSADDR_T + +/* Define if the target supports PTRACE_GETFPXREGS for extended register + access. */ +#undef HAVE_PTRACE_GETFPXREGS + +/* Define to 1 if you have the <sgtty.h> header file. */ #undef HAVE_SGTTY_H -/* Define if you have the <stdlib.h> header file. */ +/* Define if you have socklen_t. */ +#undef HAVE_SOCKLEN_T + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H -/* Define if you have the <string.h> header file. */ +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define if you have the <sys/procfs.h> header file. */ +/* Define to 1 if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H -/* Define if you have the <sys/reg.h> header file. */ +/* Define to 1 if you have the <sys/reg.h> header file. */ #undef HAVE_SYS_REG_H -/* Define if you have the <termio.h> header file. */ -#undef HAVE_TERMIO_H +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H -/* Define if you have the <termios.h> header file. */ +/* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H -/* Define if you have the <thread_db.h> header file. */ +/* Define to 1 if you have the <termio.h> header file. */ +#undef HAVE_TERMIO_H + +/* Define to 1 if you have the <thread_db.h> header file. */ #undef HAVE_THREAD_DB_H -/* Define if you have the <unistd.h> header file. */ +/* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H /* Define if strerror is not declared in system header files. */ #undef NEED_DECLARATION_STRERROR -/* Define if <sys/procfs.h> has lwpid_t. */ -#undef HAVE_LWPID_T +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT -/* Define if <sys/procfs.h> has psaddr_t. */ -#undef HAVE_PSADDR_T +/* Define to the full name of this package. */ +#undef PACKAGE_NAME -/* Define if <sys/procfs.h> has prgregset_t. */ -#undef HAVE_PRGREGSET_T +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING -/* Define if <sys/procfs.h> has prfpregset_t. */ -#undef HAVE_PRFPREGSET_T +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME -/* Define if <sys/procfs.h> has elf_fpregset_t. */ -#undef HAVE_ELF_FPREGSET_T +/* 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 |