diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2015-11-26 15:49:46 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-11-26 15:51:24 -0500 |
commit | 980facc35f88dfc6ae715c7e0b088b262d2f5204 (patch) | |
tree | f081aec0e20a999e40c1a25dc340234e12229da8 /gdb | |
parent | f6512a69cd414a31e302daf107f5959ef06bcbec (diff) | |
download | gdb-980facc35f88dfc6ae715c7e0b088b262d2f5204.zip gdb-980facc35f88dfc6ae715c7e0b088b262d2f5204.tar.gz gdb-980facc35f88dfc6ae715c7e0b088b262d2f5204.tar.bz2 |
Adjust ChangeLog entry
Par Olsson was the original author of the fix, so change the name in the
ChangeLog to give him the credit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0871500..ac13a92 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -73,7 +73,7 @@ first. Use ALL_NON_EXITED_THREADS instead of iterate_over_threads. -2015-11-23 Simon Marchi <simon.marchi@ericsson.com> +2015-11-23 Par Olsson <par.olsson@windriver.com> * breakpoint.c (tracepoint_print_recreate): Fix logic error if -> else if. |