aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-06-26 15:51:28 +0000
committerDaniel Jacobowitz <drow@false.org>2008-06-26 15:51:28 +0000
commitd5af19bafb85ea444b237ed2eab15aebeac1adca (patch)
treee09852d9c8d38d370fde461026c74d228597e3e8 /gdb/config.in
parent00fbcec4ab2d975199647a43b5cb73734d40bea1 (diff)
downloadgdb-d5af19bafb85ea444b237ed2eab15aebeac1adca.zip
gdb-d5af19bafb85ea444b237ed2eab15aebeac1adca.tar.gz
gdb-d5af19bafb85ea444b237ed2eab15aebeac1adca.tar.bz2
* Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
(gdb_stdint_h, gdb_stdint.h, stamp-int): Delete. Remove all dependencies on $(gdb_stdint_h). (distclean): Do not delete gdb_stdint.h. * acinclude.m4: Do not use stdint.m4. * configure.ac: Set GNULIB_STDINT_H. Remove tests for stdint.h, uintptr_t, and gdb_stdint.h. * defs.h: Include <stdint.h>. * gdb_thread_db.h: Assume stdint.h is already included. * breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c, rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not include gdb_stdint.h. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 2a60c29..e6d80b5 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -494,9 +494,6 @@
/* Define to 1 if you have the `ttrace' function. */
#undef HAVE_TTRACE
-/* Define to 1 if the system has the type `uintptr_t'. */
-#undef HAVE_UINTPTR_T
-
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
@@ -609,21 +606,9 @@
'sig_atomic_t'. */
#undef SIG_ATOMIC_T_SUFFIX
-/* The size of a `char', as computed by sizeof. */
-#undef SIZEOF_CHAR
-
-/* The size of a `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The size of a `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
-/* The size of a `void *', as computed by sizeof. */
-#undef SIZEOF_VOID_P
-
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
'size_t'. */
#undef SIZE_T_SUFFIX