diff options
author | Tom Tromey <tromey@redhat.com> | 2014-07-16 08:09:27 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-07-16 08:09:27 -0600 |
commit | 252db1b5de059d292f54216e4541e3ee8370d624 (patch) | |
tree | be4feb1f61abecccb6001e1999ecc2339df615fa /gdb/ChangeLog | |
parent | a432721e612746b3a70a3b19f579c66cb8253ac8 (diff) | |
download | gdb-252db1b5de059d292f54216e4541e3ee8370d624.zip gdb-252db1b5de059d292f54216e4541e3ee8370d624.tar.gz gdb-252db1b5de059d292f54216e4541e3ee8370d624.tar.bz2 |
reformat comment in target.h
A comment in target.h went past the column limit. This patch
reformats it. I'm pushing this as obvious.
2014-07-16 Tom Tromey <tromey@redhat.com>
* target.h (struct target_ops) <to_delete_record>: Reformat
comment.
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 b9d4fa6..064648f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-07-16 Tom Tromey <tromey@redhat.com> + * target.h (struct target_ops) <to_delete_record>: Reformat + comment. + +2014-07-16 Tom Tromey <tromey@redhat.com> + * target-delegates.c: Rebuild. 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com> |