Remove adjust_type_signedness
authorTom Tromey <tromey@adacore.com>
Tue, 18 Apr 2023 16:59:53 +0000 (10:59 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 19 Apr 2023 13:43:20 +0000 (07:43 -0600)
commit146441c9521991f3e9a010e4e6544ca74619943f
treec323d1eb86d868f7808f056b37ac6c45b9368a9a
parent28ab94f51dcdee056d96e57ad04c27c22cf854ea
Remove adjust_type_signedness

I happened across adjust_type_signedness, which may be used to modify
a type when printing an Ada value.  Modifying a type like this is a
bad idea -- they should normally be considered immutable.  Removing
this function still passes both the dejagnu and internal AdaCore
tests, though, so this patch drops it.

As this was reviewed internally, and only affect Ada, I am checking it
in.
gdb/ada-valprint.c