]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Specialize value_cast error message for Ada
authorTom Tromey <tromey@adacore.com>
Tue, 18 Jun 2019 14:59:00 +0000 (08:59 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 10 Jul 2019 18:18:39 +0000 (12:18 -0600)
commit32372d80caba2e223157eca6db2fb0e65369c3c7
tree8659842151ccf601f097e8aa31cba87f1b5a7898
parent43dd762689eb80d5c93a6c1079697c3791fb46fa
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.
gdb/ChangeLog
gdb/valops.c