aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66/files/patch-i386bsd-nat.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
commit6a294c20389911c409eb5f6f05033eaf6c6975ab (patch)
treeb621d2670693545124e161f6048aa76ec80ae631 /devel/gdb66/files/patch-i386bsd-nat.c
parentef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff)
downloadports-release/5.1.0.tar.gz
ports-release/5.1.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_1_0'.release/5.1.0
Diffstat (limited to 'devel/gdb66/files/patch-i386bsd-nat.c')
-rw-r--r--devel/gdb66/files/patch-i386bsd-nat.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gdb66/files/patch-i386bsd-nat.c b/devel/gdb66/files/patch-i386bsd-nat.c
deleted file mode 100644
index a28ce60b09e2..000000000000
--- a/devel/gdb66/files/patch-i386bsd-nat.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gdb/i386bsd-nat.c 2003/01/02 20:22:00 1.1
-+++ gdb/i386bsd-nat.c 2003/01/02 20:22:35
-@@ -306,7 +306,7 @@
- /* For some mysterious reason, some of the reserved bits in the
- debug control register get set. Mask these off, otherwise the
- ptrace call below will fail. */
-- dbregs.dr7 &= ~(0x0000fc00);
-+ DBREG_DRX ((&dbregs), 7) = ~(0x0000fc00);
-
- DBREG_DRX ((&dbregs), regnum) = value;
-
-@@ -355,7 +355,7 @@
- return 0;
- #endif
-
-- return dbregs.dr6;
-+ return DBREG_DRX ((&dbregs), 6);
- }
-
- #endif /* PT_GETDBREGS */