diff options
author | Joel Brobecker <brobecker@adacore.com> | 2017-11-22 14:30:41 -0800 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2017-11-22 14:36:55 -0800 |
commit | 8f6cb6c33815f38b41e1e93e59f12869db07c070 (patch) | |
tree | 61542e0801933f571210940f7e7387dc3a170460 /gdb/ChangeLog | |
parent | 479f8de1b3b7e69ca8d557bbe9d843c7d1bc89c5 (diff) | |
download | gdb-8f6cb6c33815f38b41e1e93e59f12869db07c070.zip gdb-8f6cb6c33815f38b41e1e93e59f12869db07c070.tar.gz gdb-8f6cb6c33815f38b41e1e93e59f12869db07c070.tar.bz2 |
(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning
A recent patch introduced a call to warning, and the string used
had a trailing newline, which is not correct; the nightly ARI run
caught it, so this patch removes it.
gdb/ChangeLog:
* ravenscar-thread.c (ravenscar_inferior_created): Remove
trailing newline at end of string in call to warning.
Tested on powerpc-eabispe, no regression.
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 ddf3852..5323c27 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2017-11-22 Joel Brobecker <brobecker@adacore.com> + + * ravenscar-thread.c (ravenscar_inferior_created): Remove + trailing newline at end of string in call to warning. + 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca> * osdata.h: Include vector isntead of vec.h. |