diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-04 00:21:16 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-04 00:21:16 +0000 |
commit | 0bc2c400576206a0bd3d28ce153e7720cf4e2ce6 (patch) | |
tree | 946ec2730c26c2a5cae83aeb729272c2ffe3dada /gdb | |
parent | 1b8a11d4309f1024f9794e97643185f190da734c (diff) | |
download | gdb-0bc2c400576206a0bd3d28ce153e7720cf4e2ce6.zip gdb-0bc2c400576206a0bd3d28ce153e7720cf4e2ce6.tar.gz gdb-0bc2c400576206a0bd3d28ce153e7720cf4e2ce6.tar.bz2 |
* breakpoint.c (breakpoint_1): Improve pluralization in display
of breakpoint hit counts.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0f95634..6e47ec6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Wed Aug 3 12:05:13 1994 Stan Shebs (shebs@andros.cygnus.com) + * breakpoint.c (breakpoint_1): Improve pluralization in display + of breakpoint hit counts. + * language.h (struct language_defn): Remove unused field la_longest_float. (longest_float): Remove, no longer used. |