aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m88k
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-01-30 02:51:56 +0000
committerStan Shebs <shebs@codesourcery.com>1996-01-30 02:51:56 +0000
commitcdea3fd3df1f6bbf54f9a6ed435dcfff249d1a16 (patch)
treeb75cb6f11b90f3ab866dc1e4a222d3f8f0a60a3a /gdb/config/m88k
parenteb5bc1f397aae78007b1f981c1d3a83721dec6b2 (diff)
downloadgdb-cdea3fd3df1f6bbf54f9a6ed435dcfff249d1a16.zip
gdb-cdea3fd3df1f6bbf54f9a6ed435dcfff249d1a16.tar.gz
gdb-cdea3fd3df1f6bbf54f9a6ed435dcfff249d1a16.tar.bz2
* config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r--gdb/config/m88k/xm-cxux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/m88k/xm-cxux.h b/gdb/config/m88k/xm-cxux.h
index a13b509..66ee610 100644
--- a/gdb/config/m88k/xm-cxux.h
+++ b/gdb/config/m88k/xm-cxux.h
@@ -65,9 +65,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* The CX/UX C compiler doesn't permit complex expressions as array bounds. */
#define STRICT_ANSI_BOUNDS
-/* Enable breakpoint hit count reporting */
-#define BP_HIT_COUNT
-
#define CORE_REGISTER_ADDR(regno, reg_ptr) \
m88k_harris_core_register_addr(regno, reg_ptr)