diff options
author | Tom Tromey <tromey@adacore.com> | 2019-06-18 08:59:00 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-07-10 12:18:39 -0600 |
commit | 32372d80caba2e223157eca6db2fb0e65369c3c7 (patch) | |
tree | 8659842151ccf601f097e8aa31cba87f1b5a7898 /gdb/ChangeLog | |
parent | 43dd762689eb80d5c93a6c1079697c3791fb46fa (diff) | |
download | binutils-32372d80caba2e223157eca6db2fb0e65369c3c7.zip binutils-32372d80caba2e223157eca6db2fb0e65369c3c7.tar.gz binutils-32372d80caba2e223157eca6db2fb0e65369c3c7.tar.bz2 |
Specialize value_cast error message for Ada
In Ada, the term for a cast is "type conversion". AdaCore has been
carrying a local patch to specialize the error message in value_cast,
but it seemed fine to me for this to be part of gdb. This also
removes a dead "return" statement.
gdb/ChangeLog
2019-07-10 Tom Tromey <tromey@adacore.com>
* valops.c (value_cast): Specialize error message for Ada.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4db196..410a8d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-07-10 Tom Tromey <tromey@adacore.com> + + * valops.c (value_cast): Specialize error message for Ada. + 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> * breakpoint.c (breakpoint_1): Update doc and parameter names. |