diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2012-03-30 20:23:16 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2012-03-30 20:23:16 +0000 |
commit | 8365dcf5f8c2607bb9dafb4f902653e2919a8145 (patch) | |
tree | d0918443c582084f8a3f1b5e534524e4593d6448 /gdb/gdbserver/config.in | |
parent | 9bc3523d11081b973ad34f212cb5cacf3126a27f (diff) | |
download | gdb-8365dcf5f8c2607bb9dafb4f902653e2919a8145.zip gdb-8365dcf5f8c2607bb9dafb4f902653e2919a8145.tar.gz gdb-8365dcf5f8c2607bb9dafb4f902653e2919a8145.tar.bz2 |
* configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
are available.
* linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
[HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
* config.in: Regenerate.
* configure: Likewise.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 1d61c13..912b6ae 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -49,6 +49,12 @@ /* Define to 1 if you have the `dladdr' function. */ #undef HAVE_DLADDR +/* Define to 1 if the system has the type `Elf32_auxv_t'. */ +#undef HAVE_ELF32_AUXV_T + +/* Define to 1 if the system has the type `Elf64_auxv_t'. */ +#undef HAVE_ELF64_AUXV_T + /* Define if <sys/procfs.h> has elf_fpregset_t. */ #undef HAVE_ELF_FPREGSET_T |