From 306fc21ba16db1289873028ed786bc9221d18c6c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 16 Jul 2004 05:03:42 +0000 Subject: [PATCH] Update config.h to account for the prgregset_t and psaddr_t types that have been added to . This change has no effect because the source file that would be affected is not compiled on FreeBSD. Hence, this is for completeness only. --- gnu/usr.bin/gdb/arch/alpha/config.h | 4 ++-- gnu/usr.bin/gdb/arch/amd64/config.h | 4 ++-- gnu/usr.bin/gdb/arch/i386/config.h | 4 ++-- gnu/usr.bin/gdb/arch/ia64/config.h | 4 ++-- gnu/usr.bin/gdb/arch/sparc64/config.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/usr.bin/gdb/arch/alpha/config.h b/gnu/usr.bin/gdb/arch/alpha/config.h index a0c6d8d4c67..c598b2a3bba 100644 --- a/gnu/usr.bin/gdb/arch/alpha/config.h +++ b/gnu/usr.bin/gdb/arch/alpha/config.h @@ -502,7 +502,7 @@ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ -/* #undef HAVE_PRGREGSET_T */ +#define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 @@ -517,7 +517,7 @@ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ -/* #undef HAVE_PSADDR_T */ +#define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ diff --git a/gnu/usr.bin/gdb/arch/amd64/config.h b/gnu/usr.bin/gdb/arch/amd64/config.h index 644defbc57d..ce352dbecc9 100644 --- a/gnu/usr.bin/gdb/arch/amd64/config.h +++ b/gnu/usr.bin/gdb/arch/amd64/config.h @@ -502,7 +502,7 @@ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ -/* #undef HAVE_PRGREGSET_T */ +#define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 @@ -517,7 +517,7 @@ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ -/* #undef HAVE_PSADDR_T */ +#define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ diff --git a/gnu/usr.bin/gdb/arch/i386/config.h b/gnu/usr.bin/gdb/arch/i386/config.h index 0099f82478e..07d800f182c 100644 --- a/gnu/usr.bin/gdb/arch/i386/config.h +++ b/gnu/usr.bin/gdb/arch/i386/config.h @@ -502,7 +502,7 @@ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ -/* #undef HAVE_PRGREGSET_T */ +#define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 @@ -517,7 +517,7 @@ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ -/* #undef HAVE_PSADDR_T */ +#define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ diff --git a/gnu/usr.bin/gdb/arch/ia64/config.h b/gnu/usr.bin/gdb/arch/ia64/config.h index d05ab06b992..f912b8a6b62 100644 --- a/gnu/usr.bin/gdb/arch/ia64/config.h +++ b/gnu/usr.bin/gdb/arch/ia64/config.h @@ -502,7 +502,7 @@ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ -/* #undef HAVE_PRGREGSET_T */ +#define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 @@ -517,7 +517,7 @@ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ -/* #undef HAVE_PSADDR_T */ +#define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ diff --git a/gnu/usr.bin/gdb/arch/sparc64/config.h b/gnu/usr.bin/gdb/arch/sparc64/config.h index 57bc6eb5940..bf0c408e201 100644 --- a/gnu/usr.bin/gdb/arch/sparc64/config.h +++ b/gnu/usr.bin/gdb/arch/sparc64/config.h @@ -502,7 +502,7 @@ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ -/* #undef HAVE_PRGREGSET_T */ +#define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 @@ -517,7 +517,7 @@ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ -/* #undef HAVE_PSADDR_T */ +#define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */