aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2015-11-26 15:49:46 -0500
committerSimon Marchi <simon.marchi@ericsson.com>2015-11-26 15:51:24 -0500
commit980facc35f88dfc6ae715c7e0b088b262d2f5204 (patch)
treef081aec0e20a999e40c1a25dc340234e12229da8
parentf6512a69cd414a31e302daf107f5959ef06bcbec (diff)
downloadgdb-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.
-rw-r--r--gdb/ChangeLog2
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.