diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m88k/xm-cxux.h | 3 |
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) |