diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-23 20:30:16 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-23 20:30:16 +0000 |
commit | d547918807c8e9e177cf8959fec198b4c700c362 (patch) | |
tree | 5e847b177ae4de5345edcb4fe172bfdd4350c960 /gdb/ChangeLog | |
parent | 177b729b44e2d65d66f6de14196f145ca8c8244a (diff) | |
download | gdb-d547918807c8e9e177cf8959fec198b4c700c362.zip gdb-d547918807c8e9e177cf8959fec198b4c700c362.tar.gz gdb-d547918807c8e9e177cf8959fec198b4c700c362.tar.bz2 |
2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
* breakpoint.c (print_one_breakpoint): Do not output spaces
after printing <PENDING> for a pending breakpoint.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 24bf4da..b8450fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-02-23 Jeff Johnston <jjohnstn@redhat.com> + * breakpoint.c (print_one_breakpoint): Do not output spaces + after printing <PENDING> for a pending breakpoint. + +2004-02-23 Jeff Johnston <jjohnstn@redhat.com> + * printcmd.c (print_scalar_formatted): Initialize val_long to remove compiler warning message. |