summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2008-01-05 15:43:16 +0000
committerskrll <skrll@NetBSD.org>2008-01-05 15:43:16 +0000
commitbd7f347055bd2d746eb31bc4d2a747de1ca7b559 (patch)
treed2ba56315422702cc15b38a7ed73fe9010871fd9 /gnu
parent8d35d4af30f5f5232357e9c649e817fd4712c3a2 (diff)
Re-run mknative and pickup caddr_t removal from ptrace.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb6/arch/alpha/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/arm/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/armeb/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/i386/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/m68k/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/mipseb/config.h2
-rw-r--r--gnu/usr.bin/gdb6/arch/mipsel/config.h2
-rw-r--r--gnu/usr.bin/gdb6/arch/powerpc/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/sh3eb/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/sh3el/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/sparc/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/sparc64/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/vax/config.h6
-rw-r--r--gnu/usr.bin/gdb6/arch/x86_64/config.h2
14 files changed, 36 insertions, 36 deletions
diff --git a/gnu/usr.bin/gdb6/arch/alpha/config.h b/gnu/usr.bin/gdb6/arch/alpha/config.h
index 996bb79ba69..2af08dc3d77 100644
--- a/gnu/usr.bin/gdb6/arch/alpha/config.h
+++ b/gnu/usr.bin/gdb6/arch/alpha/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/arm/config.h b/gnu/usr.bin/gdb6/arch/arm/config.h
index e5aced26218..bb527500d19 100644
--- a/gnu/usr.bin/gdb6/arch/arm/config.h
+++ b/gnu/usr.bin/gdb6/arch/arm/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/armeb/config.h b/gnu/usr.bin/gdb6/arch/armeb/config.h
index 8b1ffca8974..de641db2514 100644
--- a/gnu/usr.bin/gdb6/arch/armeb/config.h
+++ b/gnu/usr.bin/gdb6/arch/armeb/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/i386/config.h b/gnu/usr.bin/gdb6/arch/i386/config.h
index ca684f7e890..1cbfe63c178 100644
--- a/gnu/usr.bin/gdb6/arch/i386/config.h
+++ b/gnu/usr.bin/gdb6/arch/i386/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/m68k/config.h b/gnu/usr.bin/gdb6/arch/m68k/config.h
index 2e611aa1540..f5bfa3558b8 100644
--- a/gnu/usr.bin/gdb6/arch/m68k/config.h
+++ b/gnu/usr.bin/gdb6/arch/m68k/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/mipseb/config.h b/gnu/usr.bin/gdb6/arch/mipseb/config.h
index 6365ed06a36..f326823b2dd 100644
--- a/gnu/usr.bin/gdb6/arch/mipseb/config.h
+++ b/gnu/usr.bin/gdb6/arch/mipseb/config.h
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/mipsel/config.h b/gnu/usr.bin/gdb6/arch/mipsel/config.h
index 4d59ab74c28..8ac7f6e3c21 100644
--- a/gnu/usr.bin/gdb6/arch/mipsel/config.h
+++ b/gnu/usr.bin/gdb6/arch/mipsel/config.h
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/powerpc/config.h b/gnu/usr.bin/gdb6/arch/powerpc/config.h
index 104f6b1c5ce..5c146955dbc 100644
--- a/gnu/usr.bin/gdb6/arch/powerpc/config.h
+++ b/gnu/usr.bin/gdb6/arch/powerpc/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/sh3eb/config.h b/gnu/usr.bin/gdb6/arch/sh3eb/config.h
index 6350045aac5..283bf02de87 100644
--- a/gnu/usr.bin/gdb6/arch/sh3eb/config.h
+++ b/gnu/usr.bin/gdb6/arch/sh3eb/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/sh3el/config.h b/gnu/usr.bin/gdb6/arch/sh3el/config.h
index 9023f9f9fb8..0fddaeb44c7 100644
--- a/gnu/usr.bin/gdb6/arch/sh3el/config.h
+++ b/gnu/usr.bin/gdb6/arch/sh3el/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/sparc/config.h b/gnu/usr.bin/gdb6/arch/sparc/config.h
index 895ec5a8772..f5149d88bb8 100644
--- a/gnu/usr.bin/gdb6/arch/sparc/config.h
+++ b/gnu/usr.bin/gdb6/arch/sparc/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/sparc64/config.h b/gnu/usr.bin/gdb6/arch/sparc64/config.h
index 8bbedbc1ac4..67c811ebda0 100644
--- a/gnu/usr.bin/gdb6/arch/sparc64/config.h
+++ b/gnu/usr.bin/gdb6/arch/sparc64/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/vax/config.h b/gnu/usr.bin/gdb6/arch/vax/config.h
index 3024885e086..ea961045754 100644
--- a/gnu/usr.bin/gdb6/arch/vax/config.h
+++ b/gnu/usr.bin/gdb6/arch/vax/config.h
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.1 2006/05/29 19:10:58 nathanw Exp */
-/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
+/* Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */
diff --git a/gnu/usr.bin/gdb6/arch/x86_64/config.h b/gnu/usr.bin/gdb6/arch/x86_64/config.h
index e9af320308b..57b3485f63c 100644
--- a/gnu/usr.bin/gdb6/arch/x86_64/config.h
+++ b/gnu/usr.bin/gdb6/arch/x86_64/config.h
@@ -557,7 +557,7 @@
/* #undef PROC_SERVICE_IS_OLD */
/* Define to the type of arg 3 for ptrace. */
-#define PTRACE_TYPE_ARG3 caddr_t
+#define PTRACE_TYPE_ARG3 void *
/* Define to the type of arg 5 for ptrace. */
/* #undef PTRACE_TYPE_ARG5 */