aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-02-20 08:56:35 +0100
committerJoel Brobecker <brobecker@adacore.com>2014-02-20 08:56:35 +0100
commit8d4fdb120dded259be0708054d689ac4b522fdcd (patch)
treea5edaea60424ac6c9bf8953f65a1da0e16aba49d /gdb/ChangeLog
parentd9972968c1d99f7a159812296a59b1ab68e5b36d (diff)
downloadgdb-8d4fdb120dded259be0708054d689ac4b522fdcd.zip
gdb-8d4fdb120dded259be0708054d689ac4b522fdcd.tar.gz
gdb-8d4fdb120dded259be0708054d689ac4b522fdcd.tar.bz2
Fix ARI warning in thread-thread.c::dec_thread_get_ada_task_ptid
This patch fixes the following ARI warning: gdb/dec-thread.c:695: regression: multi-line string: Multi-line string must have the newline escaped I think the new-line was unintentional, so I simply removed it, and then reformatted the string to fit within our 70-80 max characters- per-line rule. gdb/ChangeLog: * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped new-line in debug string. Remove trailing spaces.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index be515e4..7c54e0a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-20 Joel Brobecker <brobecker@adacore.com>
+
+ * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped
+ new-line in debug string. Remove trailing spaces.
+
2014-02-19 Stan Shebs <stan@codesourcery.com>
* darwin-nat.c (darwin_xfer_partial): Fix return type.