summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/amd64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-16 05:03:42 +0000
committermarcel <marcel@FreeBSD.org>2004-07-16 05:03:42 +0000
commit4990faa2082bf09306caf20bb9a825af5d843c34 (patch)
treeec2fa69c62e0ea3b888919d3ce70a8886a374a1e /gnu/usr.bin/gdb/arch/amd64
parent0b096fba8e6bbfdcd3d1cc18ef9a67c595de8f53 (diff)
downloadFreeBSD-src-4990faa2082bf09306caf20bb9a825af5d843c34.zip
FreeBSD-src-4990faa2082bf09306caf20bb9a825af5d843c34.tar.gz
Update config.h to account for the prgregset_t and psaddr_t types
that have been added to <sys/procfs.h>. This change has no effect because the source file that would be affected is not compiled on FreeBSD. Hence, this is for completeness only.
Diffstat (limited to 'gnu/usr.bin/gdb/arch/amd64')
-rw-r--r--gnu/usr.bin/gdb/arch/amd64/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/arch/amd64/config.h b/gnu/usr.bin/gdb/arch/amd64/config.h
index 644defb..ce352db 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 <sys/procfs.h> has prgregset_t. */
-/* #undef HAVE_PRGREGSET_T */
+#define HAVE_PRGREGSET_T 1
/* Define if <sys/procfs.h> has prfpregset_t. */
#define HAVE_PRFPREGSET_T 1
@@ -517,7 +517,7 @@
#define HAVE_LWPID_T 1
/* Define if <sys/procfs.h> has psaddr_t. */
-/* #undef HAVE_PSADDR_T */
+#define HAVE_PSADDR_T 1
/* Define if <sys/procfs.h> has prsysent_t. */
/* #undef HAVE_PRSYSENT_T */
OpenPOWER on IntegriCloud