From cdea3fd3df1f6bbf54f9a6ed435dcfff249d1a16 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 30 Jan 1996 02:51:56 +0000 Subject: [PATCH] * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used. --- gdb/ChangeLog | 17 +++++++++++------ gdb/config/m88k/xm-cxux.h | 3 --- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 363ee78323b..ee5c16c3682 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,13 +1,17 @@ +Mon Jan 29 18:44:57 1996 Stan Shebs + + * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used. + Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) - * ch-valprint.c (calculate_array_length): New function to determine - the length of an array type (see comment). + * ch-valprint.c (calculate_array_length): New function to + determine the length of an array type. (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an array type is zero, call calculate_array_length. - * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): They values - may not be sorted. Scan all entries and set the real lower and - upper bound. + * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The + values may not be sorted. Scan all entries and set the real lower + and upper bound. Sun Jan 28 15:50:42 1996 Fred Fish @@ -36,7 +40,8 @@ Sat Jan 27 10:34:05 1996 Fred Fish (SVR4_SHARED_LIBS): Define. * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined. (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined. - (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T defined. + (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T + defined. Fri Jan 26 13:48:14 1996 Stan Shebs diff --git a/gdb/config/m88k/xm-cxux.h b/gdb/config/m88k/xm-cxux.h index a13b509a041..66ee610d352 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) -- 2.30.2