* config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
authorStan Shebs <shebs@codesourcery.com>
Tue, 30 Jan 1996 02:51:56 +0000 (02:51 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 30 Jan 1996 02:51:56 +0000 (02:51 +0000)
gdb/ChangeLog
gdb/config/m88k/xm-cxux.h

index 363ee78323bd7d71cd65f2f46e371647a10f631a..ee5c16c36829230d1fefc0a916813fc0b5189d69 100644 (file)
@@ -1,13 +1,17 @@
+Mon Jan 29 18:44:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
+
 Mon Jan 29 00:10:35 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
 
-       * 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  <fnf@cygnus.com>
 
@@ -36,7 +40,8 @@ Sat Jan 27 10:34:05 1996  Fred Fish  <fnf@cygnus.com>
        (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  <shebs@andros.cygnus.com>
 
index a13b509a04177e1216ecdd458caab9750ad4f22b..66ee610d352cde87896069fb17d819f5ba0ce34d 100644 (file)
@@ -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)